AdvGridExcelIO
Posted: Tue Dec 09, 2008 9:33 pm
this delphi instruction is used in a loop (call repeatedly by design):
and is apparently not releasing memory used on execution and results in memory accumulation and ultimately "out of memory".
How to fix this?
Thank you.
Code: Select all
AdvGridExcelIO1.XLSImport(ExtractFilePath(Application.ExeName) + cbsa + 'series.xls');
How to fix this?
Thank you.