Event OnFileFound
Occurs when mftp detected errors
(please see ftpdata.pas for the declaration of MFtpFileInfo)
type TMFtpFileFoundEvent = procedure (Sender: TObject; FileFound: MFtpFileInfo; Location: String; Directory: Boolean)
of Object;
property OnFileFound: TMFtpFileFoundEvent;
Applied to
Example
var
ZipFileList: TStringList;
procedure TForm1.MyFtpFileFound; |