TdxListItem.Tag Property
Stores a value associated with the item.
Declaration
property Tag: Int64 read; write; default 0;
Property Value
Type | Default | Description |
---|---|---|
Int64 | 0 | An integer value. |
Remarks
The Tag
property has no predefined meaning.
See Also