Class TFileCopy (unit Filecopy)

Inherits from

TComponent

-----------------------------------------------------------------------} { } { by G.Burzomato and L.Menghini } { } { e-mail : lume@tn.village.it } { } {-----------------------------------------------------------------------

Constructors


constructor Create(AOwner: TComponent);



Functions

procedure ExecCopy;

Public declarations

function Execute(source_path,target_path : string) : boolean;


procedure SetShowOverwrite(value : boolean);


procedure SetSourceFile(value : string);


procedure SetTargetFile(value : string);


Properties

property ShowOverwrite : boolean


property SourceFile : string

Published declarations

property TargetFile : string


Events

Variables

FShowOverwrite : boolean;


FSourceFile : string;

Private declarations

FTargetFile : string;



Constructors


constructor Create(AOwner: TComponent);


Functions


procedure ExecCopy;

Public declarations


function Execute(source_path,target_path : string) : boolean;


procedure SetShowOverwrite(value : boolean);


procedure SetSourceFile(value : string);


procedure SetTargetFile(value : string);


Properties


property ShowOverwrite : boolean


property SourceFile : string

Published declarations


property TargetFile : string


Events


Variables


FShowOverwrite : boolean;


FSourceFile : string;

Private declarations


FTargetFile : string;