API Panel.LinkBar.EnableAuto: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 32: | Line 32: | ||
===Calling in a calculation=== | ===Calling in a calculation=== | ||
* Add to a calculation icon: <pre class="brush:[cpp]">::Panel.LinkBar.EnableAuto(component, true)</pre> | * Add to a calculation icon: <pre class="brush:[cpp]">::Panel.LinkBar.EnableAuto(component, true)</pre> | ||
Revision as of 11:54, 16 January 2023
Detailed description
When components create properties linking components Flowcode will, by default, draw links from the source tot he destination. These are simple line-drawn links from the center of the positions.
If greater control or a different style is required, the default behavior may be switched off in the source component (the component which owns the properties) and Flowcodes default behavior can then be replaced by component-managed link bars.
Examples
Calling in a calculation
- Add to a calculation icon:
::Panel.LinkBar.EnableAuto(component, true)