type
TScBannerEvent = procedure(Sender: TObject; const Banner: string) of object;
property OnBanner: TScBannerEvent;
Description
Occurs if FTP server returns a banner when authenticating. The Banner holds the received banner.
The banner may contain a warning message or any other information message.
See Also