Xml.XMLIntf.IXMLDocument.SetOnAsyncLoad

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOnAsyncLoad(const Value: TAsyncEventHandler);

C++

virtual void __fastcall SetOnAsyncLoad(const Xml::Xmldom::TAsyncEventHandler Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLDocument

Description

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

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.

See Also