Data.Bind.Components.IBindListItemIndexEditor.SetItemIndex
Delphi
procedure SetItemIndex(AIndex: Integer);
C++
virtual void __fastcall SetItemIndex(int AIndex) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | IBindListItemIndexEditor |
Description
Sets the item index.
SetItemIndex is the setter method for the ItemIndex property.