TdxTokenEditProperties.Tokens Property
Provides access to the collection of predefined tokens.
Declaration
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