Class TBiancoCopyFile (unit T_BIANCOCOPY)

Inherits from

TComponent

Constructors


constructor Create(AOwner:TComponent);

Public declarations

*********************************************



Functions

Function Execute:BOOLEAN;

THE METHOD

FUNCTION LZ:BOOLEAN;

Assume that it WONT work

PROCEDURE SET_E(VALUE:INTEGER);


FUNCTION SIMPLE:BOOLEAN;

NOTHING TO DO.

Properties

property CopyMode : TCOPYMODE

Published declarations

property DestinationFile : STRING


property LastError : INTEGER


property SameAttributes : BOOLEAN


property SourceFile : STRING


Events

Variables

CM : TCOPYMODE;

Private declarations

E : INTEGER;


FN_From : STRING;


FN_To : STRING;


SA : BOOLEAN;



Constructors


constructor Create(AOwner:TComponent);

Public declarations

*********************************************


Functions


Function Execute:BOOLEAN;

THE METHOD


FUNCTION LZ:BOOLEAN;

Assume that it WONT work


PROCEDURE SET_E(VALUE:INTEGER);


FUNCTION SIMPLE:BOOLEAN;

NOTHING TO DO... CODE DESCRIPTION 0 All Right 1 Invalid Source File Name 2 Invalid Destination File Name 3 The Source And Destination File Coincides 4 The Source File Do Not Exist 5 The Destination File Alredy Exist 6 Other Error


Properties


property CopyMode : TCOPYMODE

Published declarations


property DestinationFile : STRING


property LastError : INTEGER


property SameAttributes : BOOLEAN


property SourceFile : STRING


Events


Variables


CM : TCOPYMODE;

Private declarations


E : INTEGER;


FN_From : STRING;


FN_To : STRING;


SA : BOOLEAN;