Unit 'AbZipTyp' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_abbrevia]

TAbZipDirectoryFileHeader

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: AbZipTyp.pas line 302

type TAbZipDirectoryFileHeader = class(TAbZipFileHeader)

protected

  FVersionMadeBy: Word;

  

  FDiskNumberStart: Word;

  

  FInternalFileAttributes: Word;

  

  FExternalFileAttributes: LongWord;

  

  FRelativeOffset: LongWord;

  

  FFileComment: AnsiString;

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  procedure LoadFromStream();

  

  procedure SaveToStream();

  

  property VersionMadeBy: Word; [rw]

  

  property DiskNumberStart: Word; [rw]

  

  property InternalFileAttributes: Word; [rw]

  

  property ExternalFileAttributes: LongWord; [rw]

  

  property RelativeOffset: LongWord; [rw]

  

  property FileComment: AnsiString; [rw]

  

end;

Inheritance

TAbZipDirectoryFileHeader

  

|

TAbZipFileHeader

  

|

TObject



CT Web help

CodeTyphon Studio