API System.CreateHandle
From Flowcode Help
Jump to navigationJump to search![]() |
CreateHandle |
Creates a general-purpose garbage collected handle for resource management | |
![]() |
Handle |
The handle of some component-created object | |
![]() |
Return |
Detailed description
Examples
Calling in a calculation
- Declare a variable 'result' of type HANDLE
- Add to a calculation icon:
result = ::System.CreateHandle(handle)