FMX.ListBox.TListBoxSelector.KeyboardSelect

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure KeyboardSelect(const KeyAction: TKeyAction; const Shift: TShiftState; const Item: TListBoxItem); virtual;

C++

virtual void __fastcall KeyboardSelect(const TKeyAction KeyAction, const System::Classes::TShiftState Shift, TListBoxItem* const Item);

Eigenschaften

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


Beschreibung

Eine Methode, die ausgeführt wird, wenn eine Pfeiltaste oder die Leertaste gedrückt wird, während die TListBox-Instanz den Fokus hat.

Die folgenden Parameter werden akzeptiert:

KeyboardSelect ruft DoKeyboardSelect auf.

Siehe auch