function CreateRequest(const Name, Endpoint: string): TScRestRequest;
Description
Creates a TScRestRequest object at runtime, automatically linking it to TScRestClient and initializing the object properties with the values of the corresponding properties of TScRestClient.
Parameters:
• | Name – Specifies the name for the TScRestRequest component being created. |
• | Endpoint – Specifies the value of the request’s Endpoint property. |
See also