Data.Cloud.CloudAPI.TCloudResponseInfo.Assign

From RAD Studio API Documentation
Jump to: navigation, search

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