Board index » delphi » constructors and destructors in COM objects
Rudolf Ziegaus
![]() Delphi Developer |
Tue, 12 Jun 2001 03:00:00 GMT
constructors and destructors in COM objects
Hello,
I've got several questions. 1. I'd like to have a constructor and a destructor in my COM-interface e. g. TAutoObjectFactory.Create(ComServer, TComClass, Class_ComClass, should call a constructor in TComClass. Right now, I have a method called Init which I call manually but it 2. Sometimes I have problems when editing and afterwards generating type Anybody has similar problems? 3. When I call DispatchInvokeError, it generates an exception for a Is there a way to circumvent this or a better metho? Of course I can TIA, Rudi |