ja z.B. das:
Delphi-Quellcode:
with StringGrid1 do begin
canvas.Font.Name := 'Arial';
if ACol = 1 then begin
canvas.Font.Size:=8;
canvas.Font.Color:=clwhite;
canvas.brush.Color := clNavy;
canvas.TextOut(rect.Left,rect.bottom-canvas.Textheight('X')-1,
' TEST ');
end;
end
aba ich weiß nicht wie ich das einbinden soll in meine ausgabe:
form15.stringgrid1.cells[1,2]:=FloatToStr(o2);