FMX.ListBox.TCustomListBox.SetItemIndex
Delphi
procedure SetItemIndex(const Value: Integer); virtual;
C++
virtual void __fastcall SetItemIndex(const int Value);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | FMX.ListBox.pas FMX.ListBox.hpp | FMX.ListBox | TCustomListBox | 
Description
Sets the index of the selected item in the list.
SetItemIndex is the protected setter method for the ItemIndex property.