Posts by J.Irismar • 21 points
1 post
-
2
votes3
answers1918
viewsA: How to change the line color of a Dbgrid in Delphi?
in the OnDrawColumnCell of DBGrid: if (DBRadioGroup1.ItemIndex = 0) then DBGrid1.Canvas.Font.Color := clRed else DBGrid1.Canvas.Font.Color := clBlue; DBGrid1.DefaultDrawColumnCell(Rect, DataCol,…