Icon OnDecompress Event

property OnDecompress: TDecompressEvent

Usage

The OnDecompress event is fired when the engine needs to decompress a buffer previously compressed using an OnCompress event handler. Please see the Compression topic for more information on the default compression in DBISAM.

Information If you assign an event handler to this event to override the default decompression, you should make sure that you also assign an event handler to the OnCompress event. Failure to do so can cause serious problems such as access violations.
Image