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';


--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to