Data.Cloud.CloudAPI.TCloudResponseInfo.Assign
Delphi
procedure Assign(const ASource: TObject);
C++
void __fastcall Assign(System::TObject* const ASource);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp |
Data.Cloud.CloudAPI | TCloudResponseInfo |
Description
Copies the information from the specified response information into the current cloud response information.
If the specified object is not a response information, Assign raises an EConvertError exception with the following message:
- Invalid source class. TCloudResponseInfo object expected.
See Also
- Data.Cloud.AzureAPI.TAzureBlobService.PreflightBlobRequest
- Data.Cloud.AzureAPI.TAzureBlobService.SetBlobServiceProperties
- Data.Cloud.AzureAPI.TAzureQueueService.PreflightQueueRequest
- Data.Cloud.AzureAPI.TAzureQueueService.SetQueueServiceProperties
- Data.Cloud.AzureAPI.TAzureTableService.PreflightTableRequest
- Data.Cloud.AzureAPI.TAzureTableService.SetTableServiceProperties