RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLNodeList.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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!