View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005495 | JEDI VCL | 00 JVCL Components | public | 2011-02-22 16:32 | 2011-06-08 15:28 |
Reporter | multimesut | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 3.40 | ||||
Target Version | Fixed in Version | ||||
Summary | 0005495: JvZlibMultiple wrong file | ||||
Description | How 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.... | ||||
Tags | No tags attached. | ||||
|
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; |
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 |