On Monday 14 July 2014 10:25:25 Martin Schreiber wrote:
> On Monday 14 July 2014 10:06:27 Martin Schreiber wrote:
> > Instead to use "tmsesqlquery" one could use "tsqlresult" for readonly
> > queries which is even faster. :-)
>
More optimisation:
"
//Заполняем полученой порцией данных компонент отображения
grid.beginupdate;
grid.clear;
With grid do begin
for i:=0 To FSongs.Count-1 do begin
grid.appenddatarow();
tstringedit1[i] := FSongs[i].Id;
tstringedit2[i] := FSongs[i].Solist;
tstringedit3[i] := FSongs[i].SongName;
end;
end;
grid.endupdate;
"
:-)
Martin
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck®
Code Sight™ - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk