TCVcsCheckOutFile
Return to Introduction  Previous page  Next page
Checks out or Gets a file after displaying the CheckOut dailog box.

Delphi (TCIntf.pas)

function TCVcsCheckOutFile( AFile: String; Lock: Boolean ): Integer;  

Parameters

Name
Description
AFile
Full path to the local file
Lock
If True, the local file will be made writable and the archive will be locked. If False, a Get is performed and the local file is made read-only.


Return Value

Err_OK if successful or an error code indicating the error.


 


© 1995-2018 MCN Software