Difference between revisions of "API System.GetSender"
From Flowcode Help
Jump to navigationJump to search| Line 13: | Line 13: | ||
==Detailed description== | ==Detailed description== | ||
| − | + | ||
| 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> | ||
| − | |||
| − | |||