DSAzure.TAzureHTTP.InitComponent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TAzureHTTP

Delphi

procedure InitComponent; override;

C++

virtual void __fastcall InitComponent();

Description

Initializes the component.

The InitComponent method initializes the TAzureHTTP component and sets the protocol to HTTP.

See Also