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

FlexCompress.OnDiskFull

FlexCompress

Previous  Top  Next

Occurs when current volume for multi-disk spanned archive is full.

 

[C#]
public event OnDiskFullDelegate OnDiskFull;

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

 

[VB.NET]

Public Event OnDiskFull As OnDiskFullDelegate

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

 

Description

 

Write an OnDiskFull event handler to ask user to insert disk with sufficient free space for writing a multi-disk spanned archive.

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

Also you can override default file name for this volume using VolumeFileName. Use cancel parameter to abort current operation.

        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Mar 29, 2024