TdxBarItemLinks.BarManager Property
Specifies the TdxBarManager to which a given TdxBarItemLinks object belongs.
Declaration
property BarManager: TdxBarManager read;
Property Value
Type |
---|
TdxBarManager |
Remarks
Returns the TdxBarManager specified at TdxBarItemLinks creation as a constructor’s parameter.
Note
As a rule, BarManager is the TdxBarManager object that is stored in the Owner property.
See Also