I have a stringgrid that has been drawn via complex DrawCell code. It has different font colors, brush colors, alignment etc...
I'm now writing code that exports the contents of the stringgrid. Of course I could use the underlying list and replicate all the formatting and filtering rules used when drawing the grid. But the grid is already filtered & formatted and I'd like to avoid replicating all that code if possible.
So, how can I get the canvas.font.color of a specific TStringGrid cell?
Thanks in advance :)