| [Overview][Constants][Types][Classes][Index] | 
Specifies an event handler signalled for stream actions in TUnZipper
Source position: zipper.pp line 510
type TOnCustomStreamEvent = procedure(  | 
Sender: TObject;  | 
var AStream: TStream;  | 
AItem: TFullZipFileEntry  | 
) of object;  | 
Sender  | 
  | 
TUnZipper object instance for the notification  | 
AStream  | 
  | 
TStream instance for the notification  | 
AItem  | 
  | 
File entry for the notification  |