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