Board index » delphi » Destroying an automation object.
Dingle
![]() Delphi Developer |
Mon, 23 Dec 2002 03:00:00 GMT
Destroying an automation object.
A couple of questions...
I can happily call either of the two create functions : class function CoGusto.Create: IGusto; class function CoGusto.CreateRemote(const MachineName: string): IGusto; However what do I do when I want to disconnect from a remote server and Var How can I free/destroy MyEngine..... 1) MyEngine := nil. When Delphi close it presumably tidies up and frees everything but what does FYI Any help or code examples much appreciated. |