FMX.ListBox.TListBoxSelector.DoKeyboardSelect

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

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


Beschreibung

Hinweis: Dies ist eine abstrakte Methode, die Unterklassen von TListBoxSelector implementieren.

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