RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLNodeCollection.Delete Method

Removes one of the repeating child nodes from this node.

Pascal
procedure Delete(Index: Integer);
C++
__fastcall Delete(int Index);

Delete removes a specified child node from this node. 

Index identifies the child to remove. It is the index of the child in the Nodes property list of repeating child nodes. The index 0 represents the first repetition, 1 represents the second repetition, and so on. 

 

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