[Overview][Constants][Types][Classes][Index] Reference for unit 'Zipper' (#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: May 14 2021