[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Event handler signalled when a key is down while the control has focus.
Source position: dbctrls.pp line 1125
published property TDBGroupBox.OnKeyDown : TKeyEvent; |
OnKeyDown 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.
|
Handler for keyboard key pressed. |