Skip to main content

TcxCustomInplaceEditContainer.ItemIndex Property

Specifies the current item index.

Declaration

property ItemIndex: Integer read;

Property Value

Type
Integer

Remarks

As the control may require different editors types, then a specific item must be created for each editor type. Upon creation each item is placed into the items collection. The item index is uniquely identifies it within the collection. So, it can be easily accessed for further work.

Item index is zero-based, so the first control’s item has an index of 0.

See Also