TDBAdvGrid URLShowInText

Hi,

I have a string field (text plain) with url inside and I enabled URLShowInText, but it dosen't work, the url is displayed as plain text and not Highlighted. If I use URLShow the link works and is Highlighted, but the rest of the text is not visible.
how can I have URLShowInText work?

Thanks

I retested this here and I cannot see a problem
image

I use TDBAdvGrid and text come from a dataset, with both URLShow and URLShowInText I see this:

Screenshot 2023-12-21 112829

Unexpectedly, this issue was indeed specific to TDBAdvGrid (that descends from TAdvStringGrid).
We could trace & solve this issue and can confirm this will be addressed in the next update.

Ok thanks!