RAD Studio VCL Reference
|
Supplies an event handler that responds when the AsyncLoadState property changes.
procedure SetOnAsyncLoad(const Value: TAsyncEventHandler);
__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!
|