Unit 'IdFTPListOutput' Package
[Overview][Constants][Types][Classes][Index] [#pl_indy]

TIdFTPListOutputItem

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

Declaration

Source position: IdFTPListOutput.pas line 107

type TIdFTPListOutputItem = class(TIdFTPListItem)

protected

  FLinkCount: Integer;

  

  FGroupName: string;

  

  FOwnerName: string;

  

  FLinkedItemName: string;

  

  FNumberBlocks: Integer;

  

  FInode: Integer;

  

  FLastAccessDate: TDateTime;

  

  FLastAccessDateGMT: TDateTime;

  

  FCreationDate: TDateTime;

  

  FCreationDateGMT: TDateTime;

  

  FUniqueID: string;

  

  FMLISTPermissions: string;

  

  FUnixGroupPermissions: string;

  

  FUnixOwnerPermissions: string;

  

  FUnixOtherPermissions: string;

  

  FUnixinode: Integer;

  

  FWinAttribs: UInt32;

  

  FDirError: Boolean;

  

  FWinDriveType: Integer;

  

  FWinDriveLabel: string;

  

public

  constructor Create(); override;

  

  property NumberBlocks: Integer; [rw]

  

  property Inode: Integer; [rw]

  

  property LastAccessDate: TDateTime; [rw]

  

  property LastAccessDateGMT: TDateTime; [rw]

  

  property CreationDate: TDateTime; [rw]

  

  property CreationDateGMT: TDateTime; [rw]

  

  property UniqueID: string; [rw]

  

  property ModifiedDateGMT: TDateTime;

  

  property WinAttribs: UInt32; [rw]

  

  property WinDriveType: Integer; [rw]

  

  property WinDriveLabel: string; [rw]

  

  property MLISTPermissions: string; [rw]

  

  property UnixOwnerPermissions: string; [rw]

  

  property UnixGroupPermissions: string; [rw]

  

  property UnixOtherPermissions: string; [rw]

  

  property LinkCount: Integer; [rw]

  

  property OwnerName: string; [rw]

  

  property GroupName: string; [rw]

  

  property LinkedItemName: string; [rw]

  

  property DirError: Boolean; [rw]

  

end;

Inheritance

TIdFTPListOutputItem

  

|

TIdFTPListItem

  

|

TObject



CT Web help

CodeTyphon Studio