Jump to content

API Component.SetMacroVisible

From Flowcode Help
Revision as of 14:37, 7 August 2026 by Wiki bot (talk | contribs) (Created page with "{| class="mtx-class-macrotable wikitable" |- | width="10%" align="center" class="mtx-class-macrohead" | File:Fc9-comp-macro.png | width="90%" class="mtx-class-macrohead" | '''SetMacroVisible''' |- | colspan="2" | Sets a component macro visible or invisible in macro tree lists  |- |- | width="10%" align="center" | File:Fc9-h32-icon.png - HANDLE | width="90%" | Target |- | colspan="2" | The component containing the macro  |- | width="10%" ali...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
SetMacroVisible
Sets a component macro visible or invisible in macro tree lists 
- HANDLE Target
The component containing the macro 
- STRING Macroname
Name of the macro to show or hide 
- BOOL Show
True to show the macro, false to hide it 
- NONE Return


Detailed description

Examples