Topic: Table Grid set color to field

It's possible to set/change color to grid/field (column)?
Thanks

Re: Table Grid set color to field

Sorry for delay.


Example how to change background cell and text color
Form1.TableGrid1.Cell[0, 0].Color:= clRed;
Form1.TableGrid1.Cell[0, 0].TextColor:= clGreen;


But first, please download unofficial 1.41 version
https://www.dropbox.com/s/fr76z69sc69l1 … 201.41.zip

Dmitry.