TdxListItem.Data Property
In This Article
Specifies a pointer to custom data associated with the item.
#Declaration
Delphi
property Data: TCustomData read; write;
#Property Value
Type | Description |
---|---|
TCustom |
A pointer to specific data. |
See Also