[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'dzlib' (#mcl)

TCustomZlibStream

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: dzlib.pas line 40

type TCustomZlibStream = class(TStream)

protected

  procedure Progress(); dynamic;

  

  property OnProgress: TNotifyEvent; [rw]

  

  constructor Create();

  

end;

Inheritance

TCustomZlibStream

  

|

TStream

?

TObject