TdxListItem.Tag Property
In This Article
Stores a value associated with the item.
#Declaration
Delphi
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