Data.Cloud.CloudAPI.TCloudHTTP.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create; reintroduce; overload;
constructor Create(AOwner: TComponent); overload; override;

C++

__fastcall TCloudHTTP()/* overload */;
__fastcall virtual TCloudHTTP(System::Classes::TComponent* AOwner)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudHTTP


Beschreibung

Erstellt eine neue Instanz von TCloudHTTP.

Es gibt zwei überladene Methoden Create. Der Parameter AOwner für die zweite überladene Methode represäntiert die übergeordnete Komponente.

Siehe auch