Xml.xmldom.IDOMPersist.asyncLoadState

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function asyncLoadState: Integer; safecall;

C++

virtual HRESULT __safecall asyncLoadState(int &__asyncLoadState_result) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom IDOMPersist

Description

Returns the state of the DOM parser.

Use the asyncLoadState method to determine that status of the DOM parser when it is parsing an XML document asynchronously.

See Also