API Panel.LinkBar.EnableAuto
From Flowcode Help
Jump to navigationJump to search
<sidebar>API contents</sidebar>
Sets whether Flowcode should automatically draw links for component object property types
Contents
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