TdxBarItemLinks.BarControl Property
Specifies the bar control that owns the item control specified in the TdxBarItemLink object.
Declaration
property BarControl: TCustomdxBarControl read; write;
Property Value
Type |
---|
TCustomdxBarControl |
Remarks
Specifies the bar control created by the CreateBarControl method. It can equal nil if the Owner has no visual representation (that is if the owner object is currently invisible).
See Also