Create(TdxCustomStatusBar) Constructor
Creates a new instance of the TdxStatusBarPanels object.
Declaration
constructor Create(AStatusBarControl: TdxCustomStatusBar);
Parameters
| Name | Type |
|---|---|
| AStatusBarControl | TdxCustomStatusBar |
Remarks
This constructor creates and initializes a new instance of the TdxStatusBarPanels collection. The Create constructor calls the inherited constructor passing the GetStatusPanelClass function result as a parameter.
Normally, you do not need to call the Create constructor from your code, since it is automatically called when you place a new status bar control on a form.
See Also