Xml.xmldom.IDOMParseOptions.async

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property async: Boolean read get_async write set_async;

C++

__property bool async = {read=_scw_get_async, write=set_async};

Propriétés

Type Visibilité  Source Unité  Parent
property public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom IDOMParseOptions


Description

Représente la propriété async d'un noeud d'élément.

Utilisez la propriété async pour déterminer si l'accès au document XML est asynchrone.

Voir aussi