Delphi (TCIntf.pas)
| function TCVcsSelectProject( var 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 TCVcsSelectProject( const pProjName: PChar; var ProjID: Cardinal; CanCreate: Boolean ): Boolean; stdcall;
|
© 1995-2011 Quality Software Components Ltd