System.Zip.TZipFile.CreateDecompressStreamCallBack

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property CreateDecompressStreamCallBack: TCreateCustomStreamCallBack read FCreateDecompressStreamCallBack write FCreateDecompressStreamCallBack;

C++

/* static */ __property _di_TCreateCustomStreamCallBack CreateDecompressStreamCallBack = {read=FCreateDecompressStreamCallBack, write=FCreateDecompressStreamCallBack};

Properties

Type Visibility Source Unit Parent
property public
System.Zip.pas
System.Zip.hpp
System.Zip TZipFile

Description

This callback occurs before a file inside a zip file is decompressed, allowing access to the raw stream for decrypt purposes.

See Also