Xml.XMLDoc.TXMLNode.SetChildNodes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetChildNodes(const Value: IXMLNodeList); virtual;

C++

virtual void __fastcall SetChildNodes(const Xml::Xmlintf::_di_IXMLNodeList 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 ChildNodes property.

Applications can't call this protected method. It is called internally the first time an application reads the ChildNodes property to supply the interface that implements that property.

See Also