API Tree.CheckChildren

From Flowcode Help
Jump to navigationJump to search
Fc9-comp-macro.png CheckChildren
Returns true if the object has children, else false 
Fc9-h32-icon.png - HANDLE Object
The object to check for children 
Fc9-bool-icon.png - BOOL Return


Detailed description

Examples

Calling in a calculation

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