I see no leak here
procedure TForm1.FormCreate(Sender: TObject);
begin
ReportMemoryLeaksOnShutdown := true;
advstringgrid1.CellProperties[1,1].ReadOnly := true;
advstringgrid1.CellProperties[1,1].BrushColor := clSilver;
end;
I see no leak here
procedure TForm1.FormCreate(Sender: TObject);
begin
ReportMemoryLeaksOnShutdown := true;
advstringgrid1.CellProperties[1,1].ReadOnly := true;
advstringgrid1.CellProperties[1,1].BrushColor := clSilver;
end;