FMX.ListBox.TListBoxSelector.SetCurrent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function SetCurrent(const Index: Integer): Boolean;

C++

bool __fastcall SetCurrent(const int Index);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxSelector


Beschreibung

Legt den Indexwert des Eintrags mit dem Index Index als aktuellen fest.

Gibt True zurück, wenn der Wert geändert wird. Gibt False zurück, wenn Index schon als aktuell festgelegt ist.

Siehe auch