| PRODUCTS » VCL COMPONENTS » TCABFILE |
v1.5.3.1 (Dec 14, 2009)
|
SUPPORT
TRIAL DOWNLOADS
- Delphi 5 (749.18 KB)
- Delphi 6 (749.18 KB)
- Delphi 7 (749.18 KB)
- Delphi 2005 (749.18 KB)
- Delphi 2006 (749.18 KB)
- Delphi 2007 (749.18 KB)
- Delphi 2009 (749.18 KB)
- Delphi 2010 (749.18 KB)
- C++Builder 5 (749.18 KB)
- C++Builder 6 (749.18 KB)
- C++Builder 2006 (749.18 KB)
- C++Builder 2007 (749.18 KB)
- C++Builder 2009 (749.18 KB)
- C++Builder 2010 (749.18 KB)
BOOKMARKS
TCABFile
A wrapper to extract files from CAB files or create CAB files
Feature overview
Wrapper around the Windows CABINET.DLL functions to create CAB files, extract files from CAB files or create self extracting EXE files (not supported on Win9x).
Using TCabFile
Interface
Methodsprocedure GetContents;
procedure ExtractAll;
procedure ExtractSelected;
procedure ExtractFile(const fName:string);
function Compress:boolean;
function MakeSFX:boolean;
Properties
property CABFileContents:TCABFileContents;property CABFile:string;
property CompressionType:TCompressionType; (can be typNone,typMSZIP,typLZX)
property LZXMemory:TLZXMemory; (can be value from lzxLowest to lzxHighest)
property TargetPath:string;
property OnCompressProgress;
Read only public properties (available after Compress)
property CompressionRatio:double
property CompressedSize:integer
property OriginalSize:integer
With TCABFileContents being a TCollection of TCABFileEntry.
TCABFileEntry is a collection item with 4 properties :
Name:string, Size:integer, Date:tdatetime,
Selected:boolean
Buy online

free updates for a full version cycle (from current version to v2.4) and free priority support:
30 EUR
for Delphi 5, 6, 7, 2005, 2006, 2007, 2009, 2010, C++Builder 5, 6, 2006, 2007, 2009, 2010

free updates for a full version cycle (from current version to v2.4) and free priority support:
120 EUR
for Delphi 5, 6, 7, 2005, 2006, 2007, 2009, 2010, C++Builder 5, 6, 2006, 2007, 2009, 2010
This product is also available in TMS Component Pack.
Copyright © 1995 - 2010 TMS Software v3.3





