Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
About Flowcode
Flowcode Embedded
Flowcode App Developer
Using Flowcode
Command Icons
Examples and Tutorials
Component Library
Flowcode Debugging
Simulation Library
Component Creation
What's New
Glossary
Videos
Flowcode Help
Search
Search
Appearance
Log in
Personal tools
Log in
Contents
move to sidebar
hide
Beginning
1
Detailed description
2
Examples
Toggle the table of contents
API WebDeveloper.GetPropertyVarDefs
Page
Discussion
English
Read
View source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
View source
View history
General
What links here
Related changes
Printable version
Permanent link
Page information
Appearance
move to sidebar
hide
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
Search
Search
Toggle the table of contents
API WebDeveloper.GetPropertyVarDefs
Add topic