API Panel.LinkBar.Create

From Flowcode Help
Revision as of 10:46, 1 July 2013 by JonnyW (talk | contribs) (XML import of LinkBar API)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


<sidebar>API contents</sidebar> Creates a new bar linking a pair of position handles

Class hierarchy

Panel

LinkBar
Create

Parameters

HANDLE StartPos

The start position to set the link to

HANDLE EndPos

The end position to set the link to


Return value

HANDLE

No additional information


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.Create(startpos, endpos)

No additional examples