*******************************************************
Author: Alexey Andriouschenko
        Russia, Sankt-Petersburg, 
	Opochinina str., 13, 25
        E-mail: ecro@telecom.lek.ru
*******************************************************

TCDBMemo, TCDBImage (version 1.0) :
        Delphi 2.0 FREEWARE(!) components that 
	allows to use compressed memo- and image- field in PARADOX 
	databases. These components based on Douglas P.Webb's
	TLZHCompressor component.
	Source are included.

Installation:

        1. In the delphi menu select:
               Component >  Install > Add > Browse
        2. Select LZHBlob\TLZHBlob.dcu(or .pas) and accept.
	3. Sample program in  \Test
Added properties :
	1. InBufSize, OutBufSize : size of input and output buffers for 
		compressor.
	2. OnProgress : compressor's progress event.

