Hi,
I'm looking for a way to change font color of a cell (LMD Tools 2017) depending of some cell content. I know how to retrieve cell content, but I don't know how to change the cell's properties like font color, style or the like. I tried to set ACanvas.Font.Color etc. in OnDrawDataCell event, but this doesn't seem to work.
A simple example:
I'm filling a TLMDGrid (no DBGrid!) with values from elsewhere, and I need to color some Field values depending on their content, e.g. negative values being red and positives being green. I currently founf the OnGetCellColor event where I can set the background color of every single cell (AColor), but not the Font.Color. Setting AColumn.Font.Color always colors the entire column rather than the cell.
TIA for any help.
Michael
Comments