Xml.xmldom.IDOMParseOptions.set_async

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure set_async(Value: Boolean); safecall;

C++

virtual HRESULT __safecall set_async(bool Value) = 0 ;

Properties

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

Description

Sets the value of the async property.

Use set_async to set the async property.

See Also