Data.Cloud.CloudAPI.TCloudHTTP.Create
Delphi
constructor Create; reintroduce; overload;
constructor Create(AOwner: TComponent); overload; override;
C++
__fastcall TCloudHTTP()/* overload */;
__fastcall virtual TCloudHTTP(System::Classes::TComponent* AOwner)/* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp |
Data.Cloud.CloudAPI | TCloudHTTP |
Description
Creates a new instance of TCloudHTTP.
There are two Create overloaded methods. The AOwner
parameter for the second overloaded method represents the owner component.