Xml.XMLIntf.IXMLDocument.GetStandAlone

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

Delphi

function GetStandAlone: DOMString;

C++

virtual System::UnicodeString __fastcall GetStandAlone() = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLDocument

説明

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

GetStandAlone メソッドは StandAlone プロパティの読み出し専用メソッドです。

関連項目