09/07/22 16:42:59
procedure TForm1.MainGridDrawColumnCell(Sender: TObject; const Rect: TRect;
DataCol: Integer; Column: TColumn; State: TGridDrawState);
begin
MainGrid.Canvas.Font.Color := clBlue;
MainGrid.DefaultDrawColumnCell(Rect, DataCol, Column, State);
end;
これコンパイル通らないんだけどなんでかね?
[エラー] Unit1.pas(1925): 互換性の無い型です