Default end delimiter for a template variable.
Source position: fptemplate.pp line 43
var DefaultEndDelimiter: TParseDelimiter = '}'; |
DefaultEndDelimiter is the default character which indicates the end of a template variable. By default this is the } character.
|
End delimiter for a template variable. |