RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
xmldom.TAsyncEventHandler Type

TAsyncEventHandler is the type of event handlers that respond when the AsyncLoadState of an XML document changes.

Pascal
TAsyncEventHandler = procedure (Sender: TObject; AsyncLoadState: Integer) of object;
C++
(Sender: TObject; AsyncLoadState: Integer) ( TAsyncEventHandler)();

TAsyncEventHandler is the type for event handlers that respond at various stages during the asynchronous parsing of an XML document. 

Sender is the TXMLDocument object that receives the event. 

AsyncLoadState is an integer that indicates the current stage of the parsing process. Its value is vendor-specific, and corresponds to the document's AsyncLoadState property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!