[Overview][Types][Classes][Index] |
Enum type that controls the handling of separators.
Source position: tiTokenLibrary.pas line 30
type TTokenSeparator = ( |
||
tsSingleSeparatorBetweenTokens, |
|
Only single separators are allowed between tokens. |
tsMultipleSeparatorsBetweenTokens |
|
Multiple separators next to each other are allowed and treated as one separator. |
); |
Enum type that controls the handling of separators..