Event handler signalled when when a key is released while the control has focus.
Source position: dbctrls.pp line 832
published property TDBComboBox.OnKeyUp : TKeyEvent; |
In OnKeyUp, the key may already have been up when the control received focus, or a pressed key may become released during the time the control has focus.
|
Event handler signalled when a key up event has occurred for the control. |