TdxBar.Bars Property
In This Article
Provides access to the TdxBars object to which a given toolbar belongs.
#Declaration
Delphi
property Bars: TdxBars read;
#Property Value
Type |
---|
Tdx |
#Remarks
Use the Bars property to access all the toolbars which are controlled by the bar manager. The current toolbar belongs to this TdxBars object.
See Also