RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCOMAdminCatalogCollection.ConnectTo Method

Connects the TCOMAdminCatalogCollection component to an existing ICatalogCollection interface.

Pascal
procedure ConnectTo(svrIntf: ICatalogCollection);
C++
__fastcall ConnectTo(ICatalogCollection svrIntf);

Use ConnectTo when the ConnectKind property is ckAttachToInterface. ConnectTo allows the TCOMAdminCatalogCollection to use an existing ICatalogCollection interface. 

Typically, applications do not need to use the ConnectTo method. Rather, they obtain a TCOMAdminCatalogCollection object that is already bound to an ICatalogCollection object by calling a method such as GetCollection

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!