[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Handler for keyboard key pressed.
Source position: controls.pp line 472
protected procedure TDragManager.KeyDown( |
var Key: Word; |
Shift: TShiftState |
); virtual; abstract; |
When (and while) the Ctrl key is pressed, dropping is disabled.
The Esc key aborts the current dragging operation immediately.
lazarus-ccr.sourceforge.net |