| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Source position: lazgio2.pas line 1039
| type TGZlibCompressorFormat = ( | ||
| TGZlibCompressorFormatMinValue = - $7FFFFFFF, | 
 | |
| G_ZLIB_COMPRESSOR_FORMAT_ZLIB = 0, | 
 | |
| G_ZLIB_COMPRESSOR_FORMAT_GZIP = 1, | 
 | |
| G_ZLIB_COMPRESSOR_FORMAT_RAW = 2, | 
 | |
| TGZlibCompressorFormatMaxValue = $7FFFFFFF | 
 | |
| ); |