Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us

FlexCompress.OnRequestLastVolume

FlexCompress

Previous  Top  Next

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

 

[C#]
public event OnRequestLastVolumeDelegate OnRequestLastVolume;

public delegate void OnRequestLastVolumeDelegate(object sender, string volumeFileName, bool cancel);

 

[VB.NET]

Public Event OnRequestLastVolume As OnRequestLastVolumeDelegate

Public Delegate Sub OnRequestLastVolumeDelegate(ByVal sender As Object, ByVal volumeFileName As String, ByVal cancel As Boolean)

 

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 parameter to abort current operation.

        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Apr 26, 2024