RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLDocument.SetOnAsyncLoad Method

Supplies an event handler that responds when the AsyncLoadState property changes.

Pascal
procedure SetOnAsyncLoad(const Value: TAsyncEventHandler);
C++
__fastcall SetOnAsyncLoad(const TAsyncEventHandler Value);

Use SetOnAsyncLoad to supply a callback that responds when the asynchronous parsing of an XML document progresses to a certain point.  

Value is a method that is called when 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!