| [Overview][Constants][Types][Classes][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: zipper.pp line 339
| type TZipFileEntry = class(TCollectionItem) end; | ||
| public | ||
| constructor Create(); override; | ||
| function IsDirectory; | ||
| function IsLink; | ||
| procedure Assign(); override; | ||
| published | ||
| property ArchiveFileName: string; [rw] | ||
| property DiskFileName: string; [rw] | ||
| 
 | Indication of operating system/filesystem | |
| property Attributes: LongInt; [rw] | ||
| property CompressionLevel: Tcompressionlevel; [rw] | ||
| | | 
| | | 
| | |