[Overview][Types][Classes][Index] Reference for unit 'tiTokenLibrary' (#tiopf)

TTokenSeparator

Enum type that controls the handling of separators.

Declaration

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.

);

Description

Enum type that controls the handling of separators..


Documentation generated on: 2017-08-16