Ich habe nur ein problem mit :
Delphi-Quellcode:
with (sender as TJVStringGrid) do
begin
=> if ((aRow = 9) or (aRow = 2) or (aRow = 5) or (aRow = 1)) then
begin
Canvas.Brush.Color := Farbe ;
Canvas.FillRect(Rect);
Canvas.TextOut(Rect.Left+2, Rect.Top+2, (sender as TJvStringGrid).Cells[ACol, ARow]);
end;
end;
gibt es eine möglichkeit hier zu bestimmen, welche zeile übergeben wird ???