NodeIsLeaf

Description

Returns True if the current node is a leaf (that is, it can not contain children.)

Syntax

NodeIsLeaf(): Boolean 

Example

NodeIsLeaf()

If the current node is a leaf, then the return value is True.