Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

See Also