API:Data.DbxHTTPLayer.TDBXHTTPSLayer.InitHTTPClient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InitHTTPClient; override;

C++

virtual void __fastcall InitHTTPClient(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DbxHTTPLayer.pas
Data.DbxHTTPLayer.hpp
Data.DbxHTTPLayer TDBXHTTPSLayer

Description

Creates a new instance of the DataSnap HTTP native client.

Data.DbxHTTPLayer.TDBXHTTPSLayer.InitHTTPClient inherits from Data.DbxHTTPLayer.TDBXHTTPLayer.InitHTTPClient. All content below this line refers to Data.DbxHTTPLayer.TDBXHTTPLayer.InitHTTPClient.

Creates a new instance of the DataSnap HTTP native client.

The InitHTTPClient protected method creates a new instance of the DataSnap HTTP native client.

See Also