DSAzure.TAzureConnectionString.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureConnectionString

Description

Creates a new TAzureConnectionString instance.

The Create constructor creates a new instance of the TAzureConnectionString class.

See Also