System.ZLib.ZLevels

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ZLevels: array[TZCompressionLevel] of Shortint = (
Z_NO_COMPRESSION,
Z_BEST_SPEED,
Z_DEFAULT_COMPRESSION,
Z_BEST_COMPRESSION
);

C++

extern DELPHI_PACKAGE System::StaticArray<System::Int8, 4> ZLevels;

Properties

Type Visibility Source Unit Parent
const
variable
public
System.ZLib.pas
System.ZLib.hpp
System.ZLib System.ZLib

Description

For internal use only.

Do not use this function. It is for internal use only.