Search found 1 match

by fr3y@_cu113n
Sat May 31, 2025 8:43 am
Forum: Support
Topic: How to Implement Custom Hyperlink Handling in TRichView with Delphi?
Replies: 1
Views: 2291

How to Implement Custom Hyperlink Handling in TRichView with Delphi?

Hi all,
I’m using TRichView in a Delphi 11 project to display rich text with hyperlinks. I want to implement custom hyperlink handling so that clicking a link triggers a specific action in my app (e.g., opening a custom form) instead of the default browser. I’ve looked at the OnRVHyperlink event ...