Event handler signalled after a successful Login attempt.
property OnAfterClientLogin: TOnAfterClientLogin;
Description
OnAfterLogin is a TNotifyEvent property that represents the event handler signalled after a successful call to Login, but prior to setting up the connection properties. OnAfterLogin can be used to provide FTP proxy support from the user application.
Applications must assign an procedure to the event handler to allow responding to the event notification.