Indy 9
|
TOnAfterUserLoginEvent = procedure (ASender: TIdFTPServerThread) of object;
The TOnAfterUserLoginEvent event notification includes a TIdCommand instance that represents the command reply handler generating the event notification.
Application must assign a procedure to the TOnAfterUserLoginEvent event handler to allow responding to the event notification.