I'm using DrawText
to draw text onto a DBGrid canvas. The text comes from the database. But when the string contains an ampersand (&) it treats it as an alt
shortcut and underlines it.
For example, what should be
Wool & Silk
winds up being
Wool _Silk
How do I stop this behavior?