Xml.XMLIntf.IXMLNode.GetReadOnly

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetReadOnly: Boolean;

C++

virtual bool __fastcall GetReadOnly() = 0 ;

Properties

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

Description

Returns the value of the ReadOnly property.

GetReadOnly is the read implementation of the ReadOnly property.

See Also