Skip to main content

TdxRichEditControlBase.OnHyperlinkClick Event

Enables you to respond to hyperlink activation.

Declaration

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