Skip to main content

TdxCustomTokenEdit Class

The base class for all classes that implement token editors.

Declaration

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.

See Also