[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TCustomGrid.EditorKeyDown

Implements the OnKeyDown event handler for the cell editor.

Declaration

Source position: grids.pas line 1318

public procedure TCustomGrid.EditorKeyDown(

  Sender: TObject;

  var Key: Word;

  Shift: TShiftState

);

Arguments

Sender

  

Object for the event notification.

Key

  

Key examined in the method.

Shift

  

Shift / Ctrl / Alt modifier for the Key.