digao-dalpiaz / Dam

Delphi and Lazarus Message Dialogs with Formatted Text
MIT License
137 stars 39 forks source link

Message Link Event #23

Closed narkotik42 closed 3 years ago

narkotik42 commented 3 years ago

How to catch click events in links added within the message. As far as I see, can you add not available?

digao-dalpiaz commented 3 years ago

Hello @narkotik42

Yes, this event is not available. I'll include a new event in TDam container, allowing to handle link click.

Anyway, if the link is an URL (http://..., https://...), the default browser will open automatically with no event needed.

narkotik42 commented 3 years ago

ok really thanks

digao-dalpiaz commented 3 years ago

Hello @narkotik42

Please tell me if new Link Click event is working for you...

Best regards.