TcxRichEditURLClickEvent Type
In This Article
#Declaration
Delphi
TcxRichEditURLClickEvent = procedure(Sender: TcxCustomRichEdit; const URLText: string; Button: TMouseButton) of object;
#Parameters
Name | Type |
---|---|
Sender | Tcx |
URLText | string |
Button | TMouse |
See Also