Event Compile.AddConst: Difference between revisions
Appearance
XML import |
XML import |
||
| Line 6: | Line 6: | ||
__TOC__ | __TOC__ | ||
==Parameters== | |||
[[Variable types|STRING]] ''ConstName'' | [[Variable types|STRING]] ''ConstName'' | ||
:The original Flowcode constant | :The original Flowcode constant | ||
| Line 13: | Line 14: | ||
[[Variable types|STRING]] ''Expansion'' | [[Variable types|STRING]] ''Expansion'' | ||
:The expanded string to inline to the code | |||
:''This parameter is returned back to Flowcode'' | :''This parameter is returned back to Flowcode'' | ||
==Return value== | ==Return value== | ||
Revision as of 01:46, 12 May 2013
Sent to a component to allow dynamic amendment of global variable declarations
This event is part of the Compile class
Parameters
STRING ConstName
- The original Flowcode constant
STRING ExpandName
- The expanded constant name
STRING Expansion
- The expanded string to inline to the code
- This parameter is returned back to Flowcode
Return value
Non-zero to include definition - initialised on call
Detailed description
No additional information
Examples
No additional information