RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCOMAdminCatalogCollection.Disconnect Method

Terminates the connection to the COM server.

Pascal
procedure Disconnect; override;
C++
virtual __fastcall Disconnect();

Disconnect releases the ICatalogCollection interface that TCOMAdminCatalogCollection uses to implement its properties and methods. Once you have called Disconnect, you can no longer use the TCOMAdminCatalogCollection instance, unless you rebind it to another interface using the ConnectTo method. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!