Class TZipFile (unit TZip)
Inherits from
TComponent
Constructors
constructor Create(AOwner:TComponent);
Functions
destructor Destroy;
function GetDate(Date:Word):TDateTime;
function GetTime(Time:Word):TDateTime;
procedure Read(Value:String);
procedure Aggiungi(F:ZipFile);
function GetFileCount:Longint;
function GetFiles(I:Integer):ZipFile;
procedure SetFileName(Value:String);
Properties
property FileCount : Longint
property FileName : String
property Files : ZipFile
Events
event OnReadFile : TReadFile
Variables
FOnReadFile : TReadFile;
vFileName : String;
vFiles : TList;
Constructors
constructor Create(AOwner:TComponent);
Functions
destructor Destroy;
function GetDate(Date:Word):TDateTime;
function GetTime(Time:Word):TDateTime;
procedure Read(Value:String);
procedure Aggiungi(F:ZipFile);
function GetFileCount:Longint;
function GetFiles(I:Integer):ZipFile;
procedure SetFileName(Value:String);
Properties
property FileCount : Longint
property FileName : String
property Files : ZipFile
Events
event OnReadFile : TReadFile
Variables
FOnReadFile : TReadFile;
vFileName : String;
vFiles : TList;