TcxCustomRichEditProperties.OnURLMove Event
Allows you to respond to hovering a link.
Declaration
property OnURLMove: TcxRichEditURLMoveEvent read; write;
Remarks
Fires immediately after the mouse pointer enters the link area.
Sender specifies the rich edit control containing the hot-tracked URL.
URLText specifies the URL string (including the URL protocol).
Note that links are only enabled if the AutoURLDetect property is True. This property is in effect for rich editor controls v2.0 or later (see the RichEditClass property).
See Also