TCVcsSelectConnection
Return to Introduction  Previous page  Next page
Selects the passed connection, or displays the Connection dialog box to allow the user to select a different connection.

Delphi (TCIntf.pas)

procedure TCVcsSelectConnection( Connection: String );  

Parameters

Name
Description
Connection
Name of the connection to switch to


Return Value

None

Remarks

If the parameter Connection is blank, the connection dialog will be displayed to allow the user to select a connection or create a new one. If a valid Connection name is passed, TC will connect to that repository.

Exported
 
procedure TCVcsSelectConnection( pConnection: PChar )stdcall;  


 


© 1995-2018 MCN Software