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

TDBGrid.OnKeyPress

OnKeyPress - event controller for a key being pressed while the control has focus

Declaration

Source position: dbgrids.pas line 526

published property TDBGrid.OnKeyPress;

Description

OnKeyPress - event controller for a key being pressed while the control has focus

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