Board index » delphi » Loading Icons from database wont free all resources.
Chen Mark
![]() Delphi Developer |
Fri, 04 Jun 2004 14:24:57 GMT
Loading Icons from database wont free all resources.
Using this simple proc bellow result with still allocated resources realated
to the line "Icon.LoadFromStream(BlobStream);". when this line removed resourced are deallocated properly. ("EmpJob1" is a table with a Blob field containing an Icon) (The resource meter used: MemProof and AQTime) procedure TForm1.BitBtn1Click(Sender: TObject); Thanks |