Adds the specified OnKeyDown event handler.
Source position: controls.pp line 1770
public procedure TControl.AddHandlerOnKeyDown( |
const OnKeyDownEvent: TKeyEvent; |
AsFirst: Boolean = False |
); |
OnKeyDownEvent |
|
TKeyEvent handler routine added to the chtOnKeyDown handler type. |
AsFirst |
|
True if the routine is inserted as the first handler in the list of handlers for the chtOnKeyDown type. False if the routine is appended to the list. |
| Version 4.4 | Generated 2025-11-08 | Home |