API System.GetHandleWord

From Flowcode Help
Jump to navigationJump to search
Fc9-comp-macro.png GetHandleWord
Gets a general-purpose word set by the owner of a custom handle 
Fc9-h32-icon.png - HANDLE Handle
The handle of an object created with CreateHandle() 
Fc9-u32-icon.png - ULONG Index
An index into the custom handles list of private words 
Fc9-u32-icon.png - ULONG Return


Detailed description

Examples

Calling in a calculation

  • Declare a variable 'result' of type ULONG
  • Add to a calculation icon:
    result = ::System.GetHandleWord(handle, index)