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

TdxTokenEditProperties.Tokens Property

Provides access to the collection of predefined tokens.

#Declaration

Delphi
property Tokens: TdxTokenEditTokens read; write;

#Property Value

Type
TdxTokenEditTokens

#Remarks

You can use this property to access (Tokens.Items) and manage (Tokens.Add, Tokens.Clear, Tokens.Delete, and Tokens.Insert) the predefined token collection in an unbound or data-aware token editor. Refer to the TdxTokenEditTokens class description for details.

Note

Users can enter tokens only from this predefined list if the AllowAddCustomTokens property is set to False.

See Also