Xml.XMLIntf.IXMLDocument.GetActive

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

Delphi

function GetActive: Boolean;

C++

virtual bool __fastcall GetActive() = 0 ;

プロパティ

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

説明

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

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

関連項目