Used to store values of the BLOB fields in compressed form.
property CompressBlobMode: TCompressBlobMode default cbNone;
Use the CompressBlobMode property to store values of the BLOB fields in compressed form. Add the MemData unit to uses list to use this option. Compression rate greatly depends on stored data, for example, usually graphic data compresses badly unlike text.