TdxTokenEditToken Members
A token in the token collection.Constructors
Name | Description |
---|---|
Create(TCollection) | Inherited from TCollectionItem. |
Properties
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). |
Methods
Name | Description |
---|---|
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
Equals(TObject) | Inherited from TObject. |
GetDisplayName | Inherited from TCollectionItem. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
Release | Inherited from TCollectionItem. |
SetDisplayName(String) | Inherited from TCollectionItem. |
ToString | Inherited from TObject. |
See Also