Skip to main content

TdxStatusBarStateIndicators.Items Property

Provides indexed access to all state indicators stored in the collection.

Declaration

property Items[Index: Integer]: TdxStatusBarStateIndicatorItem read; write; default;

Property Value

Type Description
TdxStatusBarStateIndicatorItem

A state indicator.

Remarks

Pass an index as the Index parameter to access the corresponding state indicator in the collection. Use the Count property to identify the number of indicators accessible through the Items property.

See Also