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

TdxTokenEditToken.Text Property

The text string that identifies the token (also called the token’s ID text).

#Declaration

Delphi
property Text: string read; write;

#Property Value

Type
string

#Remarks

A token editor appends this token box if the Text property value matches a delimited token text ID in the editor’s editing value.

This property value is:

  • Used to identify the token;

  • Displayed by the token box provided that the DisplayText property is unspecified;

  • A source for the token editor‘s lookup filtering (for additional information, refer to the description of the Properties.Lookup.FilterSources property provided by the token editor).

The Text property value of a new token, created by calling the token editor’s Properties.Tokens.Add function without any parameters, consists of the ‘Token’ string followed by the token’s index in the token collection.

See Also