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

TDBGrid.OnKeyDown

OnKeyDown - event handler for instance when key is down while control has focus

Declaration

Source position: dbgrids.pas line 525

published property TDBGrid.OnKeyDown;

Description

OnKeyDown - event handler for instance when key is down while control has focus

Differs from OnKeyPress in that the key may have already been down when the control received focus; with OnKeyPress the key needs to become pressed while the control has focus.