Skip to main content

TdxStatusBarStateIndicatorItem Class

An individual item within the state indicator panel.

Declaration

TdxStatusBarStateIndicatorItem = class(
    TCollectionItem
)

Remarks

The TdxStatusBarStateIndicatorItem object represents an item of the state indicator panel. Visually, these items are represented by different color glyphs. Glyph color is specified by the IndicatorType property. This property also has a specific value that makes the corresponding glyph look disabled. You can also hide items and make them visible using the Visible property.

Indicator items can be accessed via the Items property of the TdxStatusBarStateIndicators object. This object is returned by the Indicators property of the TdxStatusBarStateIndicatorPanelStyle object representing the state indicator panel style.

Inheritance

TObject
TPersistent
TCollectionItem
TdxStatusBarStateIndicatorItem
See Also