Classes | |
| class | TFtpFileCollector |
| Collect files. More... | |
| class | TFtpFileTransporter |
| Provides common file transport methods. More... | |
| class | TFtpFileDownloader |
| Provides download methods. More... | |
| class | TFtpFileUploader |
| Provides upload methods. More... | |
| class | TFtpFileDeleter |
| Provides upload methods. More... | |
Functions | |
| Integer | GetIconIndex (const string AFile, const Boolean IsLink, DWORD Attrs) |
| procedure GetOpenAndClosedIcons(Name: String; var Open, Closed: Integer); | |
| Integer GetIconIndex | ( | const string | AFile, | |
| const Boolean | IsLink, | |||
| DWORD | Attrs | |||
| ) |
procedure GetOpenAndClosedIcons(Name: String; var Open, Closed: Integer);
begin Closed := GetIconIndex(Name, SHGFI_SYSICONINDEX or SHGFI_SMALLICON); Open := GetIconIndex(Name, SHGFI_SYSICONINDEX or SHGFI_SMALLICON or SHGFI_OPENICON); end;
- Project hosted on