Unit 'IdFTPListTypes' Package
[Overview][Constants][Classes][Index] [#pl_indy]

TIdMLSTFTPListItem

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

Declaration

Source position: IdFTPListTypes.pas line 156

type TIdMLSTFTPListItem = class(TIdCreationDateFTPListItem)

protected

  FAttributesAvail: Boolean;

  

  FAttributes: TIdWin32ea;

  

  FCreationDateGMT: TDateTime;

  

  FLastAccessDate: TDateTime;

  

  FLastAccessDateGMT: TDateTime;

  

  FLinkedItemName: string;

  

  FUniqueID: string;

  

  FMLISTPermissions: string;

  

  function GetFact();

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  property ModifiedDateGMT: TDateTime;

  

  property CreationDateGMT: TDateTime; [rw]

  

  property LastAccessDate: TDateTime; [rw]

  

  property LastAccessDateGMT: TDateTime; [rw]

  

  property UniqueID: string; [rw]

  

  property MLISTPermissions: string; [rw]

  

  property Facts []: string; [r]

  

  property AttributesAvail: Boolean; [rw]

  

  property Attributes: TIdWin32ea; [r]

  

  property LinkedItemName: string; [rw]

  

end;

Inheritance

TIdMLSTFTPListItem

  

|

TIdCreationDateFTPListItem

  

|

TIdFTPListItem

  

|

TObject



CT Web help

CodeTyphon Studio