API:Data.Cloud.AzureAPI.TAzureConnectionInfo.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureConnectionInfo

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