Xml.xmldom.IDOMPersist.asyncLoadState

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche


Delphi

function asyncLoadState: Integer; safecall;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom IDOMPersist

Beschreibung

Gibt den Status des DOM-Parsers zurück.

Mit der Methode asyncLoadState ermitteln Sie den Status des DOM-Parsers, wenn dieser ein XML-Dokument asynchron analysiert.

Siehe auch