TdxTokenEditTokens Class
A token editor‘s collection of tokens.
Declaration
TdxTokenEditTokens = class(
TcxButtonGroupItems
)
Remarks
This class provides members that allow you to:
Identify the number of tokens in the collection (Count);
Access individual tokens by their indexes (Items);
Find a specific token by its Text or DisplayText property value (FindByText and FindByDisplayText);
Manage tokens (Add, BeginUpdate, Clear, Delete, EndUpdate, and Insert).
A token editor’s Properties.Tokens property references a TdxTokenEditTokens object.
Inheritance
See Also