Skip to main content
A newer version of this page is available. .

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