TdxStatusBarStateIndicatorPanelStyle.Indicators Property
In This Article
Provides access to the collection of individual indicators.
#Declaration
Delphi
property Indicators: TdxStatusBarStateIndicators read; write;
#Property Value
Type |
---|
Tdx |
#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