Unit 'Zipper' Package
[Overview][Constants][Types][Classes][Index] [#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: Jul 24 2023