EasyTable: Single-File Embedded BDE Replacement
Database for Delphi and C++Builder


TCompressionLevel type
Top 

Indicates the current compression level of BLOB fields.

Unit

EasyTable

type TCompressionLevel = (clNone, clFastest, clDefault, clMax);

Description

TCompressionLevel represents the values that may be in the BlobCompression property of an EasyTable component. TCompressionLevel indicates the level of compression used for BLOB fields. The following table lists all possible values in the TCompressionLevel type and describes what they indicate in the BlobCompression property:

Value
Meaning
clNone
No compression
clFastest
Fastest compression
clDefault
Normal compression
clMax
Maximal compression



© AidAim Software EasyTable: Easytable Ben Delphi Database Single File Bde Replacemen