TdxWheelPickerItem.Tag Property
Stores an arbitrary numeric value associated with the wheel item.
Declaration
property Tag: TcxTag read; write; default 0;
Property Value
Type | Default |
---|---|
TcxTag | 0 |
Remarks
This property has no predetermined meaning. It is provided for your convenience, and is similar to the Tag property of components.
The default value of the Tag property is 0.
See Also