Default start delimiter for a template variable.
Source position: fptemplate.pp line 42
var DefaultStartDelimiter: TParseDelimiter = '{'; |
DefaultStartDelimiter is the default character which indicates the start of a template variable. By default this is the { character.
|
Start delimiter for a template variable. |