Event handler signalled when a key is being pressed while the control has focus.
Source position: dbctrls.pp line 1151
published property TDBGroupBox.OnKeyPress : TKeyPressEvent; |
OnKeyPress is an event controller signalled when a key is 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.
|
Event handler signalled for character data entered by the user. |
| Version 4.4 | Generated 2025-11-08 | Home |