Xml.XMLIntf.IXMLNode.SetReadOnly

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetReadOnly(const Value: Boolean);

C++

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

Properties

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

Description

Specifies whether the node can be modified.

SetReadOnly is the write implementation of the ReadOnly property.

Value is the new read-only status of the node.

See Also