Xml.XMLIntf.IXMLDocument.SetOnAsyncLoad

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetOnAsyncLoad(const Value: TAsyncEventHandler);

C++

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

Propriétés

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

Description

Fournit un gestionnaire d'événement qui répond lorsque la propriété AsyncLoadState est modifiée.

Utilisez SetOnAsyncLoad pour fournir un callback qui répond lorsque l'analyse asynchrone d'un document XML atteint un point déterminé.

Value est une méthode appelée lorsque la propriété AsyncLoadState change pour refléter une nouvelle étape du processus d'analyse.

Voir aussi