TcxRichEditURLClickEvent Type
Declaration
TcxRichEditURLClickEvent = procedure(Sender: TcxCustomRichEdit; const URLText: string; Button: TMouseButton) of object;
Parameters
| Name | Type |
|---|---|
| Sender | TcxCustomRichEdit |
| URLText | string |
| Button | TMouseButton |
See Also