PDFium Component Docs

OnDragDrop подія

Component: TPdfView  ·  Unit: PDFium
Описує подію TPdfView.OnDragDrop у PDFiumPas і пояснює, коли використовувати цей член API

Syntax

property OnDragDrop;

Description

OnDragDrop 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.

Handle this event when the host application needs to react to viewer interaction. For PDF-specific link navigation, 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