Xml.XMLDoc.TXMLNodeCollection.SetChildNodes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetChildNodes(const Value: IXMLNodeList); override;

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 TXMLNodeCollection

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.

TXMLNodeCollection overrides the inherited method to update the List property as well.

See Also