Data.Cloud.AmazonAPI.TAmazonConnectionInfo.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonConnectionInfo

Description

Creates a new instance of TAmazonConnectionInfo.

Create creates a new instance of this connection info class.

AOwner represents the component owner.

See Also