Xml.XMLIntf.IXMLNodeList.First

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function First: IXMLNode;

C++

virtual _di_IXMLNode __fastcall First() = 0 ;

Properties

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

Description

Returns the first node in the list.

Call First to access the first node in the list. If the list is empty, First raises an exception.

See Also