AdvGridExcelIO

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
kualoa1
Newbie
Newbie
Posts: 27
Joined: Fri Nov 21, 2008 12:00 am

AdvGridExcelIO

Post by kualoa1 » Tue Dec 09, 2008 9:33 pm

this delphi instruction is used in a loop (call repeatedly by design):

Code: Select all

 AdvGridExcelIO1.XLSImport(ExtractFilePath(Application.ExeName) + cbsa + 'series.xls');
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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Dec 10, 2008 8:58 am

Hi kualoa1,

I'm afraid AdvGridExcelIO is not a TeeChart component?

As I can see in the URL below it's a TMS Software's component.

http://www.tmssoftware.com/site/asg59.asp

In that case you may want to contact manufacturer's support department.

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply