Vcl.Grids.TInplaceEditList.DoDropDownKeys

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TInplaceEditList

Description

Performs an action on the pick list according to the key pressed by the user.

The DoDropDownKeys method performs the appropriate action on the pick list, according to the Key specified through the parameter.

See Also