Google Integrator V2 - Online Help
Google Integrator V2
Questions / Feedback?

StartElement Event

Fired when a new element is encountered in the document.

Syntax

type TStartElementEvent = procedure StartElement(Sender: TObject; const Element: String) of object;
property OnStartElement: TStartElementEvent read FOnStartElement write FOnStartElement;

Remarks

The StartElement event is fired when a new element is found in the document.

The element name is provided through the Element parameter.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0