Jump to content

API Tree.CountChildren

From Flowcode Help
CountChildren
Returns the number of immediate children present for the object 
- HANDLE Object
The object to count all the immediate children of 
- ULONG Return


Detailed description

Examples

Calling in a calculation

  • Declare a variable 'result' of type ULONG
  • Add to a calculation icon:
    result = ::Tree.CountChildren(object)