Data.Cloud.AzureAPI.TTablePolicy.Assign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Assign(const ASource: TPolicy); override;

C++

virtual void __fastcall Assign(TPolicy* const ASource);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TTablePolicy

Description

Copies the information from the specified table policy into the current policy.

If the specified policy is not a table policy, Assign raises an EConvertError exception with the following message:

Invalid source class. TTablePolicy object expected.

See Also