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

FlexCompress.OnExtractFile

FlexCompress

Previous  Top  Next

Occurs when file is being extracted from archive.

 

[C#]
public event OnExtractFileDelegate OnExtractFile;

public delegate void OnExtractFileDelegate(object sender, string fileName, long fileAttr, string comment);

 

[VB.NET]

Public Event OnExtractFile As OnExtractFileDelegate

Public Delegate Sub OnExtractFileDelegate(ByVal sender As Object, ByVal fileName As String, ByVal fileAttr As Long, ByVal comment As String)

 

Description

 

Write an OnExtractFile event handler to override default file name or change its attributes before extracting.

The event is fired when ExtractFiles is called.

 

The Sender parameter is the object whose event handler is called. 

 

FileName specifies the name of the file being extracted.

 

FileAttr specifies extracted file attributes.

 

Comment parameter indicates extracted file comment.

 

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