Difference between revisions of "API System.CreateHandle"
From Flowcode Help
Jump to navigationJump to searchLine 18: | Line 18: | ||
==Detailed description== | ==Detailed description== | ||
− | + | ||
Line 25: | Line 25: | ||
* Declare a variable 'result' of type HANDLE | * Declare a variable 'result' of type HANDLE | ||
* Add to a calculation icon: <pre class="brush:[cpp]">result = ::System.CreateHandle(handle)</pre> | * Add to a calculation icon: <pre class="brush:[cpp]">result = ::System.CreateHandle(handle)</pre> | ||
− | |||
− |
Latest revision as of 11:55, 16 January 2023
![]() |
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)