Returns a Boolean that indicates whether a dimension member has child members.
<IHsvTreeInfo>.HasChildren(lItemID, pbHasChildren)
Integer. Indicates the success of the function call; returns 0 for success or -1 for an error.
The following example tests whether the entity selected in a combo box named comboEnts has children. If it does, then any code placed within the If structure would be executed.