Respond to key press events.
procedure KeyDown(var Key: Word; Shift: TShiftState); override;
It works similar to TWinControl.KeyDown.
First KeyDown fires OnKeyDown event .
Then processes keystrokes
Finally calls DsnManager.KeyDown procedure.
See TWinControl.KeyDown for details.
|
Copyright (c) 2004 - 2011 EControl Ltd.. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|