System.Zip.TOnCreateCustomStream

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::Classes::TStream* __fastcall (__closure *TOnCreateCustomStream)(System::Classes::TStream* const InStream, TZipFile* const ZipFile, const TZipHeader &Item, bool IsEncrypted);

Properties

Type Visibility Source Unit Parent
typedef public System.Zip.hpp System.Zip System.Zip

Description

Event type for events that allow access to the raw stream.

For example, OnCreateDecompressStream event is of type TOnCreateCustomStream and fires before a file inside a zip file is decompressed, allowing access to the raw stream for decrypt purposes.

See Also