Indy 9
|
TIdRexecCommandEvent = procedure (AThread: TIdPeerThread; AStdError : TIdTCPClient; AUserName, APassword, ACommand : String) of object;
TIdRexecCommandEvent is the event type signalled to the TIdRexecServer.OnCommand event handler during execution of the thread for the client connection. Applications must assign a procedure to the event handler to allow responding to the event notification.