RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNode.CreateAttributeList Method

Creates the object that implements the AttributeNodes property.

Pascal
function CreateAttributeList: IXMLNodeList; dynamic;
C++
__fastcall IXMLNodeList CreateAttributeList();

Applications can't call the protected CreateAttributeList method. This method is used internally the first time an application reads the AttributeNodes property. 

CreateAttributeList creates an implementation class for the AttributeNodes property, telling it to call the AttributeListNotify method when it changes the list of attributes for this node, and filling it with nodes based on the current attributes of this node. 

 

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