TdxRichEditControlBase.OnHyperlinkClick Event
In This Article
Enables you to respond to hyperlink activation.
#Declaration
Delphi
property OnHyperlinkClick: TdxRichEditHyperlinkClickEvent read; write;
#Remarks
Handle the OnHyperlinkClick
event to implement custom response to hyperlink activation or prevent it.
Refer to the TdxRichEditHyperlinkClickEvent procedural type description for detailed information on parameters accessible within an OnHyperlinkClick
event handler.
See Also