Vcl.CmAdmCtl.TCOMAdminCatalogCollection.Connect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Connect; override;

C++

virtual void __fastcall Connect();

Properties

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

Description

Not used in TCOMAdminCatalogCollection.

Do not use the Connect method. TCOMAdminCatalogCollection objects never directly launch the COM server. Rather, obtain a TCOMAdminCatalogCollection object that is already bound to an ICatalogCollection interface from a method such as the parent collection's GetCollection method.

See Also