Difference between revisions of "API Panel.LinkBar.GetStartPos"
From Flowcode Help
Jump to navigationJump to search (XML import of LinkBar API) |
(No difference)
|
Revision as of 10:46, 1 July 2013
<sidebar>API contents</sidebar>
Gets the position the bars start point is located at
Contents
Parameters
HANDLE LinkBar
- The handle to the bar to read
BOOL Track
- True to get a handle to the original position, false to make a copy
Return value
Returns the position the bars start point is located at
Detailed description
No additional information
Examples
Calling in a calculation
- Declare a variable 'result' of type HANDLE
- Add to a calculation icon:
result = ::Panel.LinkBar.GetStartPos(linkbar, true)
No additional examples