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

TAbTarItemRec

Declaration

Source position: AbTarTyp.pas line 239

type TAbTarItemRec = record

  Name: string;

  

  Mode: LongWord;

  

  uid: Integer;

  

  gid: Integer;

  

  Size: Int64;

  

  ModTime: Int64;

  

  ChkSumPass: Boolean;

  

  LinkFlag: AnsiChar;

  

  ItemType: TAbTarItemType;

  

  LinkName: string;

  

  Magic: AnsiString;

  

  Version: Integer;

  

  UsrName: string;

  

  GrpName: string;

  

  DevMajor: Integer;

  

  DevMinor: Integer;

  

  AccessTime: Int64;

  

  ChangeTime: Int64;

  

  ArchiveFormat: TAbTarHeaderFormat;

  

  StreamPosition: Int64;

  

  Dirty: Boolean;

  

  ItemReadOnly: Boolean;

  

  FileHeaderCount: Integer;

  

end;



CT Web help

CodeTyphon Studio