Midware TAppServer.OnClientCommand
Main page -> Midware component reference -> TAppServer -> OnClientCommand
Definition
property OnClientCommand: TClientCommandEvent;
Description
Occurs when a client's request is received, and before it is processed.
Clients connects to the server to send commands (also called requests) and wait for server responses. The OnClientCommand is triggered when such a command arrives, before it gets executed. The event handler can use the command for any purpose, it can even change it.