Board index » delphi » A question about freeing VB Com Objects
JSheble
![]() Delphi Developer |
Sat, 08 Jan 2005 02:42:47 GMT
A question about freeing VB Com Objects
I'm trying to use a VB COM Object (no GUI at all) and am having a small bit
of difficulty. One of the objects is a VB collection object that gets dynamically populated after a method call. This particular COM object has no intrinsic Destroy method. I successfully import the COM object using Delphi's Import Type Library function. Now the problem, if I use this particular method that populates this How do I ge rid of this fault error? How do I clean up the memory used by I'd appreciate any help at all!!! |