Xml.xmldom.IDOMNode.hasChildNodes

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function hasChildNodes: WordBool; safecall;

C++

virtual HRESULT __safecall hasChildNodes(System::WordBool &__hasChildNodes_result) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom IDOMNode

Description

Indicates whether the node has any child nodes.

hasChildNodes returns true if this node has any child nodes, false if it has no children.

See Also