I have inherited a Delphi 7 (VisualCLX) application to maintain and I want to filter some windows message like the mouse wheel (WM_MOUSEWHEEL
) on the main form(TForm
) of the application, is it possible on the Visual CLX ? How ?
I know that is possible on the VCL, but I'm looking for some solutions on the old Cross-Platform (CLX) ...
Note
I need to disable the mousewheel event because it keeps changing the active page(TPageControl
) and this is very annoying in Delphi with Component Library for Cross-Platform (CLX), so any other workaround that solve the problem is welcome ...