Default end delimiter for a template variable parameter.
Source position: fptemplate.pp line 45
var DefaultParamEndDelimiter: TParseDelimiter = '-]'; |
DefaultParamEndDelimiter is the default string which indicates the end of a template variable's parameter. By default this is the -] string.
|
End delimiter for a template variable parameter. |