Data.Cloud.CloudAPI.TCloudConnectionInfo.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudConnectionInfo

Description

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

See Also