Difference between revisions of "API Panel.LinkBar.Create"

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> 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