Xml.xmldom.IDOMParseOptions.async

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

property async: Boolean read get_async write set_async;

C++

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

Properties

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

Description

Represents the async property of an element node.

Use the async property to determine whether the access to the XML document is asynchronous.

See Also