Type for a delimiter string.
Source position: fptemplate.pp line 39
type TParseDelimiter = string$_MaxDelimLength; |
TParseDelimiter is the type used for the delimiter strings. Its maximum length is MaxDelimLength.
|
Maximum length for a delimiter string. |