Xml.XMLDoc.TXMLNodeList.First

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function First: IXMLNode;

C++

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

Properties

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

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