[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Handles key up events forwarded from the LCL interface.
Source position: stdctrls.pp line 353
protected procedure TCustomComboBox.KeyUpAfterInterface( |
var Key: Word; |
Shift: TShiftState |
); override; |
Key |
|
Key code examined in the method. |
Shift |
|
Shift, Ctrl, or Alt modifier for the key code. |
lazarus-ccr.sourceforge.net |