DSAzure.TAzureHTTP.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; overload;

C++

__fastcall TAzureHTTP()/* overload */;
/* TIdBaseComponent.Create */ inline __fastcall TAzureHTTP(System::Classes::TComponent* AOwner)/* overload */ : Idhttp::TIdHTTP(AOwner) { }

Properties

Type Visibility Source Unit Parent
constructor public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureHTTP

Description

Creates a TAzureHTTP instance.

The Create constructor creates a new instance of the TAzureHTTP class.

See Also