API Tree.CheckChildren
From Flowcode Help
Jump to navigationJump to search| CheckChildren | |
| Returns true if the object has children, else false | |
| Object | |
| The object to check for children | |
| Return | |
Detailed description
No additional information
Examples
Calling in a calculation
- Declare a variable 'result' of type BOOL
- Add to a calculation icon:
result = ::Tree.CheckChildren(object)
No additional examples