RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDOMNode.hasChildNodes Method

Indicates whether the node has any child nodes.

Pascal
function hasChildNodes: WordBool; safecall;
C++
__fastcall WordBool hasChildNodes();

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!