FMX.ListBox.TListBoxSelector.DoUserSetIndex
Delphi
procedure DoUserSetIndex(const Index: Integer); virtual; abstract;
C++
virtual void __fastcall DoUserSetIndex(const int Index) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TListBoxSelector |
Description
- Note: This is an abstract method that subclasses of TListBoxSelector implement.
A method that executes when you programatically set the index of an item.
The accepted parameter is:
Index: The value that you want to set as the index of an item.
UserSetIndex calls DoUserSetIndex.