THotSpotEvent = procedure(Sender: TObject;
const URL: string) of Object;
The THotSpotEvent type is the type for the hot spot covered event. This event occurs when the mouse is positioned over a hypertext link. URL is the string referenced by the hot spot.
See also:
OnHotSpotCovered Event