FMX.ListBox.TListBoxSelector.SetCurrent
Delphi
function SetCurrent(const Index: Integer): Boolean;
C++
bool __fastcall SetCurrent(const int Index);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TListBoxSelector |
Description
Sets the index value of the item with index Index
as current.
Returns True
if the value changes. Returns False
if Index
is already set as current.