Xml.xmldom.IDOMPersist.asyncLoadState

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function asyncLoadState: Integer; safecall;

C++

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

Propriétés

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


Description

Renvoie l'état de l'analyseur DOM.

Utilisez la méthode asyncLoadState pour déterminer l'état de l'analyseur DOM lorsqu'il analyse de façon asynchrone un document XML.

Voir aussi