Jump to content

API WebDeveloper.GetPropertyVarDefs

From Flowcode Help
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