Event OnMessageShow

Occurs when there is any information that being showed by component

(please see ftp.pas for the declaration of FtpInfo)
type TMessengerShowEvent = procedure (Sender: TObject; info: FtpInfo; var Show: Boolean) of Object;

property OnMessageShow: TMessengerShowEvent;

Applied to

TMFtp