API System.DeleteHandle
From Flowcode Help
Jump to navigationJump to search| DeleteHandle | |
| Deletes any handle created by the component | |
| Handle | |
| The handle of some component-created object | |
| Return | |
Detailed description
No additional information
Examples
Calling in a calculation
- Declare a variable 'result' of type BOOL
- Add to a calculation icon:
result = ::System.DeleteHandle(handle)
No additional examples