Jump to content

API System.GetSender: Difference between revisions

From Flowcode Help
No edit summary
No edit summary
Line 13: Line 13:


==Detailed description==
==Detailed description==
''<span style="color:red;">No additional information</span>''
 




Line 20: Line 20:
* 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.GetSender()</pre>
* Add to a calculation icon: <pre class="brush:[cpp]">result = ::System.GetSender()</pre>
''<span style="color:red;">No additional examples</span>''

Revision as of 11:55, 16 January 2023

GetSender
Gets the handle of the component that posted this event - 0 for system 
- HANDLE Return


Detailed description

Examples

Calling in a calculation

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