TCVcsCheckOutFiles
Return to Introduction  Previous page  Next page
Displays the CheckOut dialog box before checking out or getting the specified files.

Delphi (TCIntf.pas)

function TCVcsCheckOutFiles( FileList: TStrings; Lock: Boolean ): Integer;  

Parameters

Name
Description
FileList
List of files to check in
Lock
If True, the local files will be made writable and the archives will be locked. If False, a Get is performed and the local files are made read-only.


Return Value

Err_OK if successful or an error code indicating the error.

Remarks

After the files are checked out, the Status dialog box will show the success or failure of each action. You then have the ability to retry the failed actions.

Exported

function TCVcsCheckOutFiles( FileList: PChar; Lock: Boolean ): Integer; stdcall;  


 


© 1995-2018 MCN Software