| Class TcopyFile (unit Copyfile) |
TComponent
| Constructors |
constructor Create(owner:tcomponent);| Functions |
destructor Destroy;
Procedure DoCopy;| Properties |
property Fdestination : string
property Forigin : string
property Warning : boolean
property CopyResult : integer| Events |
| Variables |
dowarning : boolean;
fromfilename : string;
lastresult : integer;
tofilename : string;| Constructors |
constructor Create(owner:tcomponent);Protected declarations
| Functions |
destructor Destroy;
Procedure DoCopy;| Properties |
property Fdestination : string
property Forigin : string
property Warning : boolean
property CopyResult : integer| Events |
| Variables |
dowarning : boolean;
fromfilename : string;
lastresult : integer;
tofilename : string;Private declarations