API Panel.LinkBar.EnableAuto

From Flowcode Help
Revision as of 13:35, 1 July 2013 by JonnyW (talk | contribs) (XML import)
Jump to navigationJump to search


<sidebar>API contents</sidebar> Sets whether Flowcode should automatically draw links for component object property types

Class hierarchy

Panel

LinkBar
EnableAuto

Parameters

HANDLE Component

The component to enable or disable links for
The default value for this parameter is: this

BOOL Enable

True to draw default links from this component, else false


Return value

This call does not return a value


Detailed description

No additional information


Examples

Calling in a calculation

  • Add to a calculation icon:
    ::Panel.LinkBar.EnableAuto(component, true)

No additional examples