IDL Programming > Objects > File Format Object Classes > IDLffXMLDOMNode::HasChildNodes

IDLffXMLDOMNode::HasChildNodes

Syntax | Return Value | Arguments | Keywords | Version History

The IDLffXMLDOMNode::HasChildNodes returns a value indicating whether the calling node has children.

Syntax

Result = Obj->[IDLffXMLDOMNode::]HasChildNodes()

Return Value

Returns 1 if the calling node has children, or 0 otherwise.

Arguments

None

Keywords

None

Version History

6.1

Introduced