TcxImageComboBoxItem.Tag Property
In This Article
Specifies the integer value associated with the image combo box item.
#Declaration
Delphi
property Tag: TcxTag read; write;
#Property Value
Type | Description |
---|---|
Tcx |
The integer value associated with the image combo box item. |
#Remarks
The Tag
property implements no predefined functionality. This property allows you to store an additional integer value in the image combo box item (a pointer, for example).
#Default Value
The Tag
property’s default value is 0
.
See Also