Data.DbxHTTPLayer.TDBXHTTPLayer.InitHTTPClient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InitHTTPClient; virtual;

C++

virtual void __fastcall InitHTTPClient();

Properties

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

Description

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