Skip to main content

TdxStatusBarStateIndicators.Insert(Integer) Method

Creates a state indicator and inserts it at the specified position in the collection.

Declaration

function Insert(AIndex: Integer): TdxStatusBarStateIndicatorItem;

Parameters

Name Type Description
AIndex Integer

The index of the target position in the state indicator collection.

Returns

Type Description
TdxStatusBarStateIndicatorItem

The created state indicator.

Remarks

Call the Insert function to create a state indicator at any position in the collection. All created state indicators are accessible through the Items property by their indexes.

See Also