Create(TPersistent) Constructor
Creates a new instance of the TdxStatusBarStateIndicators class.
Declaration
constructor Create(AOwner: TPersistent = nil);
Parameters
Name | Type |
---|---|
AOwner | TPersistent |
Remarks
The constructor is used to create and initialize a new collection of indicator items. No items are added to the collection by default.
Generally, you will have no need to use the constructor in applications. It is called automatically when the Indicators property of the TdxStatusBarStateIndicatorPanelStyle object is initialized.
See Also