Back to Devexpress

TdxCustomTokenEdit Class

vcl-dxtokenedit-75f2cf0e.md

latest2.0 KB
Original Source

TdxCustomTokenEdit Class

The base class for all classes that implement token editors.

Declaration

delphi
TdxCustomTokenEdit = class(
    TcxCustomTextEdit
)

Remarks

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.

Inheritance

Show 13 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomTextEdit TdxCustomTokenEdit

See Also

TdxCustomTokenEdit Members

dxTokenEdit Unit