Back to Devexpress

dxTokenEditDefaultInputDelimiters Constant

vcl-dxtokenedit-3592ae97.md

latest546 B
Original Source

dxTokenEditDefaultInputDelimiters Constant

Specifies the list of default delimiter characters that can finish each token entry in the token editor.

Declaration

delphi
const dxTokenEditDefaultInputDelimiters = ',;';

Remarks

You can change the token input delimiters at runtime by using the token editor’s Properties.InputDelimiters property.

See Also

dxTokenEdit Unit