Xml.XMLIntf.IXMLNode.GetHasChildNodes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHasChildNodes: Boolean;

C++

virtual bool __fastcall GetHasChildNodes() = 0 ;

Properties

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

Description

Indicates whether the node has any child nodes.

GetHasChildNodes is the read implementation of the HasChildNodes property.

See Also