Vcl.CmAdmCtl.TCOMAdminCatalogCollection.Disconnect
Delphi
procedure Disconnect; override;
C++
virtual void __fastcall Disconnect(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Vcl.CmAdmCtl.pas Vcl.CmAdmCtl.hpp |
Vcl.CmAdmCtl | TCOMAdminCatalogCollection |
Description
Terminates the connection to the COM server.
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.