Vcl.CmAdmCtl.TCOMAdminCatalogObject.Disconnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Disconnect; override;

C++

virtual void __fastcall Disconnect();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.CmAdmCtl.pas
Vcl.CmAdmCtl.hpp
Vcl.CmAdmCtl TCOMAdminCatalogObject

Description

Terminates the connection to the COM server.

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

See Also