⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dfwrararc.pas

📁 dfw控件组V0.62
💻 PAS
字号:
{******************************************************************************}
{          This unit is part of the Delphifreeware component package.          }                                                                              
{                                                                              }
{ Filename           : DFWRARArc.pas                                           }
{ Short description  :                                                         }
{ Author             : Ales Berka                                              }
{ E-Mail             : xberka1@informatics.muni.cz                             }
{ Internet           : http://bealsoft.cjb.net                                 }
{ Version            : 1.1                                                     }
{ Date last modified :                                                         }
{ Delphi versions    : 2,3,4,5                                                 }
{                                                                              }
{                                                                              }
{ Add. Copyright     :                                                         }
{                                                                              }
{ Description        :                                                         }
{                                                                              }
{ Usage              : 1.1 -fixed error while registering component on         }
{                           computer without unrar.dll                         }
{                                                                              }
{ Revision history   :                                                         }
{                                                                              }
{ This unit contains the following                                             }
{ Components       : TDFWRAR                                                   }
{ Classes          :                                                           }
{ Types            : RARHeaderData, RAROpenArchiveData, TComment,              }
{                    TChangeVolProcN, TProcessDataProcN, TErrorProc,           }
{                    TCommentProc, TListFileProc, TFileBeingExtracted,         }
{                    TFileExtracted, TFileBeingTested, TFileTested,            }
{                    TReqPassword, TChangeVolProc, TProcessDataProc,           }
{                    PTRAROpenArchive, PTRARCloseArchive, PTRARReadHeader,     }
{                    PTRARProcessFile, PTRARSetChangeVolProc,                  }
{                    PTRARSetProcessDataProc, PTRARSetPassword                 }
{                                                                              }
{ Constants        : UnRARdll, rMaxCommentSize, erEndArchive, erNoMemory,      }
{                    erBadData, erBadArchive, erUnknownFormat, erEOpen,        }
{                    erECreate, erEClose, erERead, erEWrite, erSmallBuf,       }
{                    erDLLnotFound, opList, opExtract, doSkip, doTest,         }
{                    doExtract, moVolAsk, moVolNotify                          }
{                                                                              }
{ Global variables :                                                           }
{ Global procedures:                                                           }
{ Global functions :                                                           }
{                                                                              }
{******************************************************************************}
{                                                                              }
{  DFW and Delphifreeware 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -