API:Data.Cloud.AzureAPI.TAzureConnectionInfo.Create

From RAD Studio API Documentation

[–] Properties
Type: constructor
Visibility: public
Source:
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Unit: Data.Cloud.AzureAPI
Parent: TAzureConnectionInfo

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TAzureConnectionInfo(System::Classes::TComponent* AOwner);

Description

Creates a new instance of TCloudConnectionInfo. Data.Cloud.AzureAPI.TAzureConnectionInfo.Create inherits from Data.Cloud.CloudAPI.TCloudConnectionInfo.Create. All content below this line refers to Data.Cloud.CloudAPI.TCloudConnectionInfo.Create.

Creates a new instance of TCloudConnectionInfo. AOwner represents the component owner.

See Also