Skip to main content

TdxStatusBarStateIndicators Class

A collection of indicators within the state indicator panel.

Declaration

TdxStatusBarStateIndicators = class(
    TOwnedCollection
)

Remarks

The TdxStatusBarStateIndicators object can be accessed via the Indicators property of the TdxStatusBarStateIndicatorPanelStyle object. It represents a collection of indicators displayed by state indicator panels. Being a descendant of the TCollection class, it provides a means for managing the collection such as adding and deleting items. You can also access individual items using the Items property. The total number of indicators in the collection can be obtained via the Count property.

Inheritance

See Also