Skip to main content

Create(TdxBarManager) Constructor

Creates an instance of TdxBars.

Declaration

constructor Create(ABarManager: TdxBarManager); reintroduce;

Parameters

Name Type
ABarManager TdxBarManager

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