Data.Cloud.CloudAPI.TCloudConnectionInfo.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Description

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

See Also