RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCOMAdminCatalog.ConnectTo Method

Connects the TCOMAdminCatalog component to an existing ICOMAdminCatalog interface.

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

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!