View Issue Details

IDProjectCategoryView StatusLast Update
0005495JEDI VCL00 JVCL Componentspublic2011-06-08 15:28
ReportermultimesutAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Product Version3.40 
Target VersionFixed in Version 
Summary0005495: JvZlibMultiple wrong file
DescriptionHow do I print the right error if not compress the file?

-TFileSkipEvent = procedure (Sender:Tobject;const Filename,errortype,errormessage:String);

I saw the above. Is this used? How can I use? Thank you....
TagsNo tags attached.

Activities

obones

2011-06-08 15:28

administrator   ~0018676

TFileSkipEvent is used by the OnFileSkip property. Use like this:

JvZlibMultiple1.OnFileSkip := MyOnFileSkip

where MyOnFileSkip is a regular procedure (not inside the form or any object) declared like this:

procedure MyOnFileSkip(Sender:Tobject;const Filename,errortype,errormessage:String);
begin
  // do what you need to do
end;

Issue History

Date Modified Username Field Change
2011-02-22 16:32 multimesut New Issue
2011-06-07 17:43 obones Status new => acknowledged
2011-06-08 15:28 obones Note Added: 0018676
2011-06-08 15:28 obones Status acknowledged => resolved
2011-06-08 15:28 obones Resolution open => no change required
2011-06-08 15:28 obones Assigned To => obones