[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Adds or inserts the specified OnMouseWheel event handler.
Source position: controls.pp line 1776
public procedure TControl.AddHandlerOnMouseWheel( |
const OnMouseWheelEvent: TMouseWheelEvent; |
AsFirst: Boolean = False |
); |
OnMouseWheelEvent |
|
TMouseWheelEvent handler routine added to the list for the chtOnMouseWheel handler type. |
AsFirst |
|
True if the routine is inserted as the first handler in the list of handlers. False if the routine is appended to the list. |
Version 4.0 | Generated 2025-05-03 | Home |