vcl-dxtokenedit-75f2cf0e.md
The base class for all classes that implement token editors.
TdxCustomTokenEdit = class(
TcxCustomTextEdit
)
Token editor validates the entered text and converts valid text blocks into tokens, i.e., clickable boxes that can display text and/or image.
The TdxCustomTokenEdit class extends its ancestor class with properties that allow you to:
Customize the appearance and behavior settings of the token editor (Properties);
Access the properties that are currently applied to the token editor (ActiveProperties).
The TdxCustomTokenEdit class implements all the functionality needed by its descendants, TdxTokenEdit and TdxDBTokenEdit, which primarily publish inherited properties and events.
Show 13 items
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomTextEdit TdxCustomTokenEdit
See Also