TdxTokenEditToken Properties
A token in the token collection.Name | Description |
---|---|
Caption protected | Specifies the item’s caption. Inherited from TcxCaptionItem. |
Collection | Inherited from TCollectionItem. |
DisplayName | Inherited from TCollectionItem. |
DisplayText | Specifies the text string that the token displays instead of its identifier. |
Enabled protected | Specifies whether the item’s state can be changed at runtime. Inherited from TcxButtonGroupItem. |
Glyph | Specifies the image associated with the token. |
Hint | Specifies the token’s hint. |
ID | Inherited from TCollectionItem. |
ImageIndex | Specifies the token box’s glyph by its index in the image list associated with a token editor. |
Index | Inherited from TCollectionItem. |
Tag | Stores a value associated with the item. Inherited from TcxCaptionItem. |
Text | The text string that identifies the token (also called the token’s ID text). |
See Also