Vcl.Grids.TInplaceEditList.KeyDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure KeyDown(var Key: Word; Shift: TShiftState); override;

C++

DYNAMIC void __fastcall KeyDown(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

Responds to key press events.

The KeyDown method calls any event handler attached to the OnKeyDown event. The Key parameter represents the key code. The Shift parameter indicates whether the Shift, Alt, or Ctrl key is combined with the keystroke.

See Also