RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLNodeList.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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!