TdxTokenEditProperties Class
Contains the token editor‘s appearance and behavior settings.
Declaration
TdxTokenEditProperties = class(
TcxCustomTextEditProperties
)
Remarks
This class extends its ancestor with the following members that allow you to:
Show, hide, and change the position of the assigned and Close glyphs in all displayed token boxes (CloseGlyphPosition and GlyphPosition);
Allow or forbid users to enter custom tokens (AllowAddCustomTokens);
Customize the token editor’s lookup settings (Lookup);
Allow or forbid users to post tokens on moving focus out of the editor (PostEditValueOnFocusLeave);
Set custom token delimiters for the editor’s input string and edit value (InputDelimiter and EditValueDelimiter);
Limit the number of visible token box lines in the autosize mode (MaxLineCount);
Manage the collection of predefined tokens (Tokens).
A token editor’s Properties and ActiveProperties properties reference a TdxTokenEditProperties object.