TdxTokenEditProperties.Tokens Property
In This Article
Provides access to the collection of predefined tokens.
#Declaration
Delphi
property Tokens: TdxTokenEditTokens read; write;
#Property Value
Type |
---|
Tdx |
#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 Allow
See Also