Jump to content

API WebDeveloper.GetPropertyVarDefs

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" | '''GetPropertyVarDefs''' |- | colspan="2" | Returns variable definitions of all component properties in the given format (usually used to support component creation)  |- |- | width="10%" align="center" | File:Fc9-h32-icon.png - HANDLE | width="90%" | Handle |- | colspan="2" | Th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GetPropertyVarDefs
Returns variable definitions of all component properties in the given format (usually used to support component creation) 
- HANDLE Handle
The component 
- STRING FormatString
The format of each line (%n=VarName, %c=CompId, %v=VarValue)\n(defaults to 'var FC_%n_%c = %v;\n' if blank) 
- STRING Return


Detailed description

Examples