Vcl.CmAdmCtl.TCOMAdminCatalogObject.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 TCOMAdminCatalogObject

Description

Not used in TCOMAdminCatalogObject.

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

See Also