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

TDBEdit.OnKeyDown

Event handler signalled when a key is down while control has focus.

Declaration

Source position: dbctrls.pp line 260

published property TDBEdit.OnKeyDown : TKeyEvent;

Description

OnKeyDown differs from the method in TWinControl 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.

See also

TWinControl.OnKeyDown

  

Handler for keyboard key pressed.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.