Xml.xmldom.IDOMParseOptions.get_async

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function get_async: Boolean; safecall;

C++

virtual HRESULT __safecall get_async(bool &__get_async_result) = 0 ;

Properties

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

Description

Returns the value of the async property.

Use get_async to read the async property.

See Also