Unit 'AbCompnd' Package
[Overview][Constants][Types][Classes][Index] [#pl_abbrevia]

TAbDirectoryEntry

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

Declaration

Source position: AbCompnd.pas line 198

type TAbDirectoryEntry = class(TObject)

protected

  FName: AnsiString;

  

  FEntryID: Integer;

  

  FParentFolder: LongInt;

  

  FEntryType: TrdEntryType;

  

  FAttributes: LongInt;

  

  FStartBlock: LongInt;

  

  FLastModified: TDateTime;

  

  FSize: LongInt;

  

  FCompressedSize: LongInt;

  

  procedure WriteToStream();

  

  function IsReadOnly;

  

  function IsHidden;

  

  function IsSysFile;

  

  function IsVolumeID;

  

  function IsDirectory;

  

  function IsArchive;

  

  function GetIsFree;

  

public

  constructor Create();

  

  property EntryName: AnsiString; [rw]

  

  property ParentFolder: LongInt; [rw]

  

  property Attributes: LongInt; [rw]

  

  property StartBlock: LongInt; [rw]

  

  property LastModified: TDateTime; [rw]

  

  property Size: LongInt; [rw]

  

  property CompressedSize: LongInt; [rw]

  

  property IsFree: Boolean; [r]

  

  property EntryType: TrdEntryType; [rw]

  

end;

Inheritance

TAbDirectoryEntry

  

|

TObject



CT Web help

CodeTyphon Studio