Xml.xmldom.IDOMParseOptions.get_async

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function get_async: Boolean; safecall;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom IDOMParseOptions


説明

async プロパティの値を返します。

async プロパティを読み取るには、get_async を使用します。

関連項目