Selected Item

Top  Previous  Next

TEnvSelectItem

 

TEnvSelectItem is a class to keep one selected folder/file infomation

 

Declare

TEnvSelectItem = class

property Name: string; //Name of folder/file

property Size: Int64; //Size of folder/file

property Date: TDateTime; //Datetime of folder/file

property Attr: string; //Attribute of FTP folder/file,

property Owner: string; //Owner of FTP folder/file

property Group: string; //Group of FTP folder/file

property IsFolder: boolean; //Is a folder

property FullPath: string; //Full path of selected folder/file

end;