API:Data.Cloud.AzureAPI.TBlobPolicy.Assign

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Unit: Data.Cloud.AzureAPI
Parent: TBlobPolicy

Delphi

procedure Assign(const ASource: TPolicy); override;

C++

virtual void __fastcall Assign(TPolicy* const ASource);

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