[Overview][Constants][Types][Classes][Index] Reference for unit 'Zipper' (#fcl)

TOnCustomStreamEvent

Specifies an event handler signalled for stream actions in TUnZipper

Declaration

Source position: zipper.pp line 510

type TOnCustomStreamEvent = procedure(

  Sender: TObject;

  var AStream: TStream;

  AItem: TFullZipFileEntry

) of object;

Arguments

Sender

  

TUnZipper object instance for the notification

AStream

  

TStream instance for the notification

AItem

  

File entry for the notification


Documentation generated on: May 14 2021