Default separator for a template variable parameter and its value.
Source position: fptemplate.pp line 46
var DefaultParamValueSeparator: TParseDelimiter = '='; |
DefaultParamValueSeparator is the default character which separates a template variable's parameter and its value. By default this is the = character.
|
Separator for a template variable parameter and its value. |