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

StartElement Event

Fired when a new element is encountered in the document.

Syntax

typedef void __fastcall (__closure *TibgGoogleRequestStartElementEvent)(System::TObject* Sender, TibgGoogleRequestStartElementEventParams *e);

__property TibgGoogleRequestStartElementEvent OnStartElement = {read=FOnStartElement, write=FOnStartElement};

typedef struct {
     String Element;
} TibgGoogleRequestStartElementEventParams;

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