Xceed Zip for COM/ActiveX on x86/x64 Documentation
Example topics
/ Compress method example for Delphi
In This Topic
Compress method example for Delphi
In This Topic
This example shows how to use the Compress and Uncompress methods. The example compresses (and for good measure, encrypts) some text from a string to an OleVariant variable, and then decrypts and decompresses it back. To try the example, place a button and an XceedCompression control on a form, and put the following code in the button's click event handler: