RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNodeList.First Method

Returns the first node in the list.

Pascal
function First: IXMLNode;
C++
__fastcall IXMLNode First();

Call First to access the first node in the list. If the list is empty, First raises an exception. 

 

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