RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLDocument.OnAsyncLoad Event

Occurs at various stages during the asynchronous parsing of an XML document.

Pascal
property OnAsyncLoad: TAsyncEventHandler;
C++
__property TAsyncEventHandler OnAsyncLoad;

Write a OnAsyncLoad event handler to respond appropriately during the asynchronous parsing of an XML document. For example, OnAsyncLoad can update a progress indicator, or initiate operations that can't be performed until the document is fully parsed. OnAsyncLoad occurs every time the AsyncLoadState property changes to reflect a new stage in the parsing process. 

 

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