Xml.XMLIntf.IXMLNodeList.Last

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Last: IXMLNode;

C++

virtual _di_IXMLNode __fastcall Last() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLNodeList

Description

Returns the last node in the list.

Call Last to access the last node in the list. If the list is empty, Last returns nil.

See Also