RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNodeList.Last Method

Returns the last node in the list.

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

Call Last to access the last node in the list. If the list is empty, Last raises an exception. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!