TTMSMCPClientServerElicitationEvent Event Type
Asks the application to collect input the server requested.
API unit family: TMS.MCP.Client.Connection
Remarks
For a link request the requested address is opened only after the handler reports acceptance. The handler is not called at all when the requested mode is not enabled in the connection capabilities; an invalid-parameters error is returned to the server instead.
Parameters
| Name | Description |
|---|---|
Sender |
Connection that received the request. |
AParams |
Request parameters, holding at least the requested mode and, for a link request, the url to open. |
AUserResponse |
Outcome to report to the server. urCancel on entry, so the request is dismissed unless the handler decides otherwise. |
AResponseContent |
Object the handler fills with the collected values. It is created and released by the caller; add pairs to it rather than replacing it, and only its content is sent, and only for a form request that was accepted. |