Xml.xmldom.IDOMParseOptions.async

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche


Delphi

property async: Boolean read get_async write set_async;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom IDOMParseOptions

Beschreibung

Repräsentiert die Eigenschaft async eines Elementknotens.

Mit der Eigenschaft async legen Sie fest, ob der Zugriff auf das XML-Dokument asynchron ist.

Siehe auch