How do you change the Font Color for a TStringGrid Cell? I tried the following, but it doesn't work: SGrid.Canvas.Font.Color := clGreen; SGrid.Cells[i,j] := 'My String';