Event procedure for an end of file (de)compression event.
Source position: zipper.pp line 212
type TOnEndOfFileEvent = procedure( |
Sender: TObject; |
const Ratio: Double |
) of object; |
Sender |
|
Object that sends the event. |
Ratio |
|
Ratio of total operation (compression/decompression) that is completed. |