TdxBarItem.Data Property
Specifies an object that contains arbitrary data associated with the bar item.
Declaration
property Data: TObject read; write;
Property Value
Type |
---|
TObject |
Remarks
You can handle the item’s OnDestroy event to dispose of the assigned object before destroying this item.
See Also