Vcl.Grids.TInplaceEditList.DoDropDownKeys

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoDropDownKeys(var Key: Word; Shift: TShiftState); virtual;

C++

virtual void __fastcall DoDropDownKeys(System::Word &Key, System::Classes::TShiftState Shift);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TInplaceEditList

Beschreibung

Führt eine Aktion auf die Auswahlliste entsprechend der von dem Benutzer gedrückten Taste aus.

Die DoDropDownKeys-Methode führt die passende Aktion auf die Auswahlliste dem durch den Parameter angegebenen Key entsprechend aus.

Siehe auch