Unit 'Zipper' Package
[Overview][Constants][Types][Classes][Index] [#fcl]

TCustomInputStreamEvent

Specifies an event handler signalled for actions to an input stream.

Declaration

Source position: zipper.pp line 511

type TCustomInputStreamEvent = procedure(

  Sender: TObject;

  var AStream: TStream

) of object;

Arguments

Sender

  

TUnZipper object instance for the notification.

AStream

  

TStream instance for the notification.


Documentation generated on: Jul 24 2023