OnMouseWheelUp event published by TPdfView.property OnMouseWheelUp;
OnMouseWheelUp exposes the standard VCL/LCL event on TPdfView. The Syntax section mirrors Lib\PDFium.pas; declarações sem um tipo de evento explícito herdam seu tipo da classe base control.
Manipule este evento quando o aplicativo hospedeiro precisar reagir à interação no visualizador. For PDF-specific link navigation, prefer OnAnnotationLinkClick and OnWebLinkClick.
Assign a compatible framework event handler and keep PDF-specific link handling in the dedicated link events.