TdxBarItem.Data Property
In This Article
Specifies an object that contains arbitrary data associated with the bar item.
#Declaration
Delphi
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