Skip to main content

TdxDynamicListItem.Index Property

Returns the item’s zero-based index within the dynamic list.

Declaration

property Index: Integer read;

Property Value

Type
Integer

Remarks

You can use this property to identify the item’s current position within the dynamic item list.

The Index property is initialized to the value passed as the Create constructor’s AIndex parameter. Only the ShiftIndex procedure can change the Index property value.

See Also