Xml.XMLIntf.IXMLDocument.SetActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetActive(const Value: Boolean);

C++

virtual void __fastcall SetActive(const bool Value) = 0 ;

Properties

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

Description

Sets the value of the Active property.

SetActive is the write implementation of the Active property.

Value is the new value to set.

See Also