Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxTokenEditProperties.InputDelimiters Property

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

#Declaration

Delphi
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