URL not open on TTMSFMXHTMLText

URL is not open on TTMSFMXHTMLText although I set all default values and no event.

Hi,


When using the following code on a default TTMSFMXHTMLText, we cannot see any issues:

TMSFMXHTMLText1.Text := '<a href="http://www.tmssoftware.com">test</a>';


I tried the same way with AutoOpenURL = True in designtime but it doesn't open in browser. I am using Tokyo 10.2.1. Can you please provide a demo?

Hi, 


Drop a new instance of TTMSFMXHTMLText on the form and the following code in the formcreate event

TMSFMXHTMLText1.Text := '<a href="http://www.tmssoftware.com">test</a>';