TdxStatusBarStateIndicatorPanelStyle.Indicators Property
Provides access to the collection of individual indicators.
Declaration
property Indicators: TdxStatusBarStateIndicators read; write;
Property Value
Type |
---|
TdxStatusBarStateIndicators |
Remarks
Use the Indicators property to set up the collection of indicators that will be displayed within the panel. The TdxStatusBarStateIndicators objects, obtained via this property, provides a means for managing the collection and accessing its individual items.
See Also