Create(TdxBarManager) Constructor
In This Article
Creates an instance of TdxBars.
#Declaration
Delphi
constructor Create(ABarManager: TdxBarManager); reintroduce;
#Parameters
Name | Type |
---|---|
ABar |
Tdx |
#Remarks
This method creates and initializes a TdxBars instance. After creating the TdxBars object, its BarManager property is set to ABarManager and the DockingZoneSize is set to 10.
See Also