Type THotSpotTargetEvent;


Declaration

THotSpotTargetEvent = procedure(Sender: TObject;

const Target, URL: string) of Object;

Description

The THotSpotTargetEvent type is the type for the TFrameViewer and TFrameBrowser OnHotspotTargetCovered event. This event occurs when the mouse is positioned over a hypertext link. URL is the string referenced by the hot spot and Target is the (optional) associated target window or frame. For TFrameBrowser, URL is expanded into a full URL.

See also:

OnHotSpotTargetCovered Event