TcxCustomRichEditProperties.OnURLClick Event
Allows you to respond to clicks on URLs.
Declaration
property OnURLClick: TcxRichEditURLClickEvent read; write;
Remarks
Fires immediately after a link has been clicked.
Sender specifies the rich edit control containing a URL which has been clicked.
URLText specifies the URL string (including the URL protocol).
Button specifies the mouse button used to click the URL.
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