Xml.XMLDoc.TXMLNode.SetParentNode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetParentNode(const Value: TXMLNode); virtual;

C++

virtual void __fastcall SetParentNode(TXMLNode* const Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Xml.XMLDoc.pas
Xml.XMLDoc.hpp
Xml.XMLDoc TXMLNode

Description

Sets the value of the ParentNode property.

Applications can't use this protected property. It is used internally when nodes are added to the ChildNodes or AttributeNodes property.

See Also