PDFium Component Docs

OnExit event

Component: TPdfView  ·  Unit: PDFium
Documents the OnExit event published by TPdfView.

Syntax

property OnExit;

Description

OnExit exposes the standard VCL/LCL event on TPdfView. The Syntax section mirrors Lib\PDFium.pas; declarations without an explicit event type inherit their type from the base control.

Rukujte ovim događajem kada domaćinska aplikacija treba reagirati na interakciju preglednika. Za PDF-specifičnu navigaciju poveznicamaon, prefer OnAnnotationLinkClick and OnWebLinkClick.

Remarks

Example

Assign a compatible framework event handler and keep PDF-specific link handling in the dedicated link events.

See Also

TPdfView, OnMouseDown, OnAnnotationLinkClick, OnWebLinkClick