Xml.XMLIntf.IXMLDocument.GetActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetActive: Boolean;

C++

virtual bool __fastcall GetActive() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLDocument

Description

Returns the value of the Active property.

GetActive is the read implementation of the Active property.

See Also