TTMSFNCRESTClient.OnRequestResponseStringRetrieved Event
Fires after a text response is retrieved.
API unit family: TMSFNCRESTClient
Declaring type: TTMSFNCRESTClient
Inherited from: TTMSFNCCustomRESTClient
Syntax
OnRequestResponseStringRetrieved: TTMSFNCRESTClientResponseStringRetrievedEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Object that fired the event. |
ARequest |
Executed request associated with the response. |
AResultString |
Text returned by the request. |