| [Overview][Constants][Types][Classes][Index] | 
Specifies an event handler signalled for actions to an input stream
Source position: zipper.pp line 511
type TCustomInputStreamEvent = procedure(  | 
Sender: TObject;  | 
var AStream: TStream  | 
) of object;  | 
Sender  | 
  | 
TUnZipper object instance for the notification  | 
AStream  | 
  | 
TStream instance for the notification  |