wie bekomme ich die Spalten Überschrift im StringGrid wieder hin?
Zurzeit ist die Überschrift nicht zu sehen?

Code: Alles auswählen
StringGrid2.Canvas.FillRect(aRect);
StringGrid2.Canvas.Font.Color:=clBlack;
StringGrid2.Canvas.TextOut(aRect.Left, aRect.Top, StringGrid2.Cells[ACol, ARow]);
StringGrid2.TitleFont.Color:=clblack;