PDFium Component Docs

OnStartDock gebeurtenis

Component: TPdfView  ·  Unit: PDFium
Documenteert de OnStartDock-gebeurtenis die door TPdfView wordt gepubliceerd

Syntax

property OnStartDock;

Description

OnStartDock stelt de standaard VCL/LCL-gebeurtenis beschikbaar op TPdfView. De sectie Syntax weerspiegelt Lib\PDFium.pas; declaraties zonder een expliciet gebeurtenistype erven hun type van het basisbesturingselement.

Verwerk deze gebeurtenis wanneer de hosttoepassing moet reageren op viewer-interactie. Voor PDF-specifieke linknavigatie verdient OnAnnotationLinkClick en OnWebLinkClick de voorkeur.

Remarks

Example

Wijs een compatibele framework-gebeurtenisafhandelingsroutine toe en houd PDF-specifieke linkafhandeling in de toegewezen linkgebeurtenissen

See Also

TPdfView, OnMouseDown, OnAnnotationLinkClick, OnWebLinkClick