TdxRichEditHyperlinkClickEvent Type
The procedural type for hyperlink click events in the Rich Edit control.
#Declaration
TdxRichEditHyperlinkClickEvent = procedure(Sender: TObject; const Args: TdxRichEditHyperlinkClickEventArgs) of object;
#Parameters
Name | Type | Description |
---|---|---|
Sender | TObject | Provides access to the Rich Edit control that raised the hyperlink click event. Cast this parameter value to the Tdx |
Args | Tdx |
Provides access to information on the hyperlink click event that occurred in the Rich Edit control accessible through the For example, you can set the |
#Remarks
You can handle this event to implement a custom response to a click on a hyperlink defined in a document. For example, you can prevent users from activating certain hyperlinks or execute custom code in response to a click on a hyperlink.
#Event Occurrence
This event occurs every time a user clicks a hyperlink in a rich text document.
#Direct TdxRichEditHyperlinkClickEvent Type Reference
The TdxRichEditControlBase.OnHyperlinkClick event references the TdxRichEditHyperlinkClickEvent
procedural type.