Option to disable underlined hyperlink

Please add an option to TAdvStringGrid to make a hyperlink never underlined (like "URLNoUnderline"). Of course that option and "URLUnderlineOnHover" can not be TRUE at the same time.

What can you not achieve with grid.URLUnderline = false?

We had to delay testing the new feature.
Now we did and it seems that the option has no effect. If we put a value like
'[<a href="123">123</a>]'
into a cell, then the underline is visible no matter if grid.URLUnderline is TRUE or FALSE.
We are using the TMS VCL UI Pack v10.7.8.0 at the moment.