Skip to main content

TdxRichEditControlBase.OnHyperlinkClick Event

Enables you to respond to hyperlink activation.

Declaration

property OnHyperlinkClick: TdxHyperlinkClickEvent read; write;

Remarks

This event occurs every time an end user activates a hyperlink in the opened document. Handle the OnHyperlinkClick event to implement custom response to hyperlink activation or prevent it.

Refer to the TdxHyperlinkClickEvent procedural type description for detailed information on parameters accessible within an OnHyperlinkClick event handler.

See Also