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

FlexCompress.OnRequestBlankVolume

FlexCompress

Previous  Top  Next

Occurs when next volume should be inserted while writing a multi-volume archive.

 

[C#]
public event OnRequestBlankVolumeDelegate OnRequestBlankVolume;

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

 

[VB.NET]

Public Event OnRequestBlankVolume As OnRequestBlankVolumeDelegate

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

 

Description

 

Write an OnRequestBlankVolume event handler to perform asking the user for inserting a blank volume. Also you can override default file name for the new volume. Use cancel parameter to abort current operation.

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