Xml.XMLDoc.TXMLNodeList.Last

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Last: IXMLNode;

C++

Xml::Xmlintf::_di_IXMLNode __fastcall Last();

Properties

Type Visibility Source Unit Parent
function protected
Xml.XMLDoc.pas
Xml.XMLDoc.hpp
Xml.XMLDoc TXMLNodeList

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