[Overview][Constants][Types][Classes][Procedures and functions][Index] |
KeyUp calls inherited method then performs specific actions depending on which key is being processed
Source position: stdctrls.pp line 346
protected procedure TCustomComboBox.KeyUp( |
var Key: Word; |
Shift: TShiftState |
); override; |
KeyUp calls inherited method then performs specific actions depending on which key is being processed
The inherited method provides software emulation for the OnKeyUp event.
|
KeyUp - emulates the action of a key being released (makes OnKeyUp respond) |
lazarus-ccr.sourceforge.net |