Back to Devexpress

TcxCustomInplaceEditContainer.ItemIndex Property

vcl-cxinplacecontainer-dot-tcxcustominplaceeditcontainer-9bc2fe38.md

latest907 B
Original Source

TcxCustomInplaceEditContainer.ItemIndex Property

Specifies the current item index.

Declaration

delphi
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

TcxCustomInplaceEditContainer Class

TcxCustomInplaceEditContainer Members

cxInplaceContainer Unit