Xml.XMLDoc.TXMLNode.SetAttributeNodes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAttributeNodes(const Value: IXMLNodeList); virtual;

C++

virtual void __fastcall SetAttributeNodes(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 AttributeNodes property.

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

See Also