Data.Cloud.AzureAPI.StorageAnalytics.TCorsRule.AddAllowedOrigin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddAllowedOrigin(const AValue: string);

C++

void __fastcall AddAllowedOrigin(const System::UnicodeString AValue);

Properties

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

Description

Adds the specified origin to the list of allowed origins.

See Also