System.ZLib.ZLIB_VERSION

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ZLIB_VERSION: MarshaledAString = '1.2.11'; // do not localize

C++

extern DELPHI_PACKAGE char *ZLIB_VERSION;

Properties

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

Description

ZLIB_VERSION is a constant.

ZLIB_VERSION is passed as a parameter to some compression and decompression functions.

For more information see the original documentation provided by ZLib library.

See Also