Delphi Examples

ChilkatHOMEASPVisual BasicVB.NETC#Visual C++CMFCDelphiFoxProJavaPerlPHPPythonRubySQL ServerVBScript

Delphi Examples

Bounced Mail
Character Encoding
Digital Certificates
Digital Signatures
Email
FTP
HTML-to-XML
HTTP
IMAP
Encryption
MHT / HTML Email
RSA Encryption
S/MIME
Socket
Spider
String
Tar
Upload
XML
XMP
Zip Compression

More Examples...
Byte Array
Email Object
POP3
SMTP
RSS
Atom
Self-Extractor
Service
PPMD
Deflate
DH Key Exchange
DSA
SSH Key
SSH
SSH Tunnel
SFTP

Unreleased...
Bzip2
LZW
Bz2
Icon

Type Conversion

 

Article: Understanding COM References in Delphi

.Z Uncompress (LZW)

Download Chilkat Zip ActiveX

Delphi sample code to .Z uncompress a file using the LZW compression algorithm.

// UNIX uncompress a file.
// The UnixCompress component uses LZW compression.
procedure TForm1.Button18Click(Sender: TObject);
begin
  // The UnixCompress object is included with the Chilkat Zip license.
  UnixCompress1.UnlockComponent('anything for 30-day trial');

  UnixCompress1.UncompressFile('hamlet.xml.Z','hamletOutZ.xml');

end;

 

 

Need a specific example? Send a request to support@chilkatsoft.com

© 2000-2008 Chilkat Software, Inc. All Rights Reserved.

Mail Component · .NET Email Component · XML Parser