Event OnErrorShow

Occurs when there is any error message that being showed by component

(please see ftp.pas for the declaration of FtpError)
type TMessengerShowEventE = procedure (Sender: TObject; error: FtpError; var Show: Boolean) of Object;

property OnErrorShow: TMessengerShowEventE;

Applied to

TMFtp