TCVcsSelectProject
Return to Introduction  Previous page  Next page
Internal Only. Displays a VSS style dialog box to allow the user to select an existing project.

Delphi (TCIntf.pas)

function TCVcsSelectProjectvar ProjName: String; var ProjID: Cardinal; CanCreate: Boolean ): Boolean;  

Parameters

Name
Description
ProjName (Out)
Returns the name of the selected project
ProjID (Out)
Returns the ID of the selected project


Return Value

True if the user selected a project.

Remarks

Reserved for internal use only.

Exported

function TCVcsSelectProjectconst pProjName: PChar; var ProjID: Cardinal; CanCreate: Boolean ): Boolean; stdcall;  


 


© 1995-2018 MCN Software