abiery_iqms Posted June 22, 2017 Posted June 22, 2017 Hi all, Is it possible to add a mailto: tag directly to a TUniLabel? Ideally, I would like a component that works similarly to a TUniLabel, where the caption would be the recipient email address and I could set properties for subject, and body of the message. I know, I may be asking for a lot. Has anyone done something like this? Using a TUniURLFrame for a simple mailto seems rather clumsy. Quote
Sherzod Posted June 22, 2017 Posted June 22, 2017 Hi, Like this ?!: 1. UniLabel -> TextConversion -> txtHTML 2. UniLabel -> Caption -> <a href="mailto:info@xyz.com?subject=Subject">Message</a> Best regards, Quote
cjmoore Posted June 23, 2017 Posted June 23, 2017 Can something like this be done in a dbgrid column where the data could contain a URL? Quote
Sherzod Posted June 23, 2017 Posted June 23, 2017 Hi, Also you can use like this: http://forums.unigui.com/index.php?/topic/7525-grid-canvas/&do=findComment&comment=38357 Best regards, Quote
abiery_iqms Posted June 23, 2017 Author Posted June 23, 2017 Delphi Developer, thank you as always for your fast and accurate reply! Quote
cjmoore Posted June 24, 2017 Posted June 24, 2017 Hi, Also you can use like this: http://forums.unigui.com/index.php?/topic/7525-grid-canvas/&do=findComment&comment=38357 Best regards, Brilliant, thank you. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.