Search found 2 matches

by fr3y@_cu113n
Mon Jun 30, 2025 10:30 am
Forum: Support
Topic: How to Implement Custom Hyperlink Handling in TRichView with Delphi?
Replies: 2
Views: 11712

Hi

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

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 ...