| [Overview][Constants][Types][Classes][Index] | 
Event procedure for an end of file (de)compression event
Source position: zipper.pp line 202
| 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 |