Vcl.CmAdmCtl.TCOMAdminCatalog.ConnectTo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ConnectTo(svrIntf: ICOMAdminCatalog);

C++

void __fastcall ConnectTo(Winapi::Comadmin::_di_ICOMAdminCatalog svrIntf);

Properties

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

Description

Connects the TCOMAdminCatalog component to an existing ICOMAdminCatalog interface.

Use ConnectTo when the ConnectKind property is ckAttachToInterface. ConnectTo allows the TCOMAdminCatalog to use an existing ICOMAdminCatalog interface rather than establishing a new connection to the server and obtaining a new interface.

If the ConnectKind property is not ckAttachToInterface, use the Connect method instead.

See Also