Skip to main content

TdxTokenEditProperties.InputDelimiters Property

Specifies a string whose characters are available as token delimiters within the input string.

Declaration

property InputDelimiters: string read; write;

Property Value

Type
string

Remarks

A token editor uses individual characters in the InputDelimiters property string to parse the EditingValue property value. If there is a matching character, the editor treats a preceding substring as a token ID entry, and adds the corresponding token to the edit value.

You can use the InputDelimiters property to customize the list of valid character delimiters for the token input.

The default InputDelimiters property value is the dxTokenEditDefaultInputDelimiters global constant.

See Also