API:Data.Cloud.AzureAPI.TBlobPolicy.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 TBlobPolicy

Description

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

Data.Cloud.AzureAPI.TBlobPolicy.Assign inherits from Data.Cloud.AzureAPI.TPolicy.Assign. All content below this line refers to Data.Cloud.AzureAPI.TPolicy.Assign.

Note: This is an abstract method that subclasses of TPolicy implement.

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

See Also