OnStartTag Event |
Applies to
TWPCustomXMLInterface
Declaration
TWPXMLInterfaceReadTagStart = Procedure(Sender: TWPCustomXMLInterface; const TagName: string; var Params: TStringList; IsClosed: Boolean) of object;
Description
This event is fired when the reader loads an XML tag. If it is a closed tag the parameter IsClosed is set to TRUE. The parameters are presented in for of a string list.
Copyright (C) by WP |