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

FlexCompress.OnRequestMiddleVolume

FlexCompress

Previous  Top  Next

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

 

[C#]
public static event OnRequestMiddleVolumeDelegate OnRequestMiddleVolume;

public delegate void OnRequestMiddleVolumeDelegate(object sender, int volumeNumber, string volumeFileName, bool cancel);

 

[VB.NET]

Public Shared Event OnRequestMiddleVolume As OnRequestMiddleVolumeDelegate

Public Delegate Sub OnRequestMiddleVolumeDelegate(ByVal sender As Object, ByVal volumeNumber As Integer, ByVal volumeFileName As String, ByVal cancel As Boolean)

 

Description

 

Write an OnRequestMiddleVolume event handler to perform asking the user for inserting a middle volume of the multi-volume archive. See also OnRequestFirstVolume and OnRequestLastVolume events.

VolumeNumber specifies a number of the volume that should be inserted.

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 Mar 28, 2024