[Overview][Constants][Types][Classes][Procedures and functions] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: dzlib.pas line 40
type TCustomZlibStream = class(TStream) |
||
protected |
||
procedure Progress(); dynamic; |
|
|
property OnProgress: TNotifyEvent; [rw] |
|
|
constructor Create(); |
|
|
end; |
|
||
| | ||
TStream |
||
? | ||
TObject |