TZipForge.OnRequestLastVolume
TZipForge
Top 


Occurs when last volume should be inserted while extracting or testing a multi-volume archive.

type TZFOnRequestLastVolumeEvent = procedure(
Sender:       TObject;
var VolumeFileName:    String;
var Cancel:       Boolean
) of object;
property OnRequestLastVolume: TZFOnRequestLastVolumeEvent;

Description

Write an OnRequestLastVolume event handler to perform asking the user for inserting a last volume of the multi-volume archive.
See also OnRequestFirstVolume and OnRequestMiddleVolume events.
Also you can override default file name for this volume. Use Cancel to abort current operation.