Unit LNCopyFile

Classes

TCopyFile -
TCustomCopyFile -

Functions

Register -

Types

TEachFileEvent
TOperationProgressEvent
TProgressKind

Constants

sDirectoryDoesNotExist

Variables


Functions


procedure Register;


Types


TEachFileEvent = procedure ( Sender : TObject; const FileName : String ) of object
called once for each file
TOperationProgressEvent = procedure ( Sender : TObject;
                                        processed : Integer;
                                        var Cancel : Boolean ) of object
processed is a percentage
TProgressKind = (pkFile, pkDirectory);

Constants

sDirectoryDoesNotExist = 'Le répertoire "%s" n''existe pas'

PrgForm is the progress bar form

Variables