Skip to main content

TdxBars.Items Property

Provides indexed access to toolbar items stored in the collection.

Declaration

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

Property Value

Type Description
TdxBar

A toolbar item.

Remarks

Use the Count property to obtain the number of items accessible through the Items property.

See Also