Jump to content

API System.CreateHandle

From Flowcode Help
CreateHandle
Creates a general-purpose garbage collected handle for resource management 
- HANDLE Handle
The handle of some component-created object 
- HANDLE Return


Detailed description

Examples

Calling in a calculation

  • Declare a variable 'result' of type HANDLE
  • Add to a calculation icon:
    result = ::System.CreateHandle(handle)