Class TMFtpFileInfoList (unit FtpData)

Inherits from

TObject

Constructors


constructor Create;



Functions

procedure Add(Attrib, DateTime, Size, SymbolLink, Description: String);


procedure Clear;


destructor Destroy;


function Get(Index, ItemType: Integer): String;


procedure Put(Index, ItemType: Integer; S: String);


Properties

property Items : String


Events

Variables

Attribs : TStringList;


DateTimes : TStringList;


Descriptions : TStringList;


Sizes : TStringList;


SymbolLinks : TStringList;



Constructors


constructor Create;


Functions


procedure Add(Attrib, DateTime, Size, SymbolLink, Description: String);


procedure Clear;


destructor Destroy;


function Get(Index, ItemType: Integer): String;


procedure Put(Index, ItemType: Integer; S: String);


Properties


property Items : String


Events


Variables


Attribs : TStringList;


DateTimes : TStringList;


Descriptions : TStringList;


Sizes : TStringList;


SymbolLinks : TStringList;