RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNode.SetAttributeNodes Method

Sets the value of the AttributeNodes property.

Pascal
procedure SetAttributeNodes(const Value: IXMLNodeList); virtual;
C++
virtual __fastcall SetAttributeNodes(const IXMLNodeList Value);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!