API:Datasnap.DSHTTPCommon.TDSJsonResponseHandler.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(CommandType: TDSHTTPCommandType; DSService: TDSService;  ServiceInstanceOwner: Boolean = True); overload; virtual;

C++

__fastcall virtual TDSJsonResponseHandler(TDSHTTPCommandType CommandType, Datasnap::Dsservice::TDSService* DSService, bool ServiceInstanceOwner)/* overload */;
/* TDSServiceResponseHandler.Create */ inline __fastcall virtual TDSJsonResponseHandler(TDSHTTPCommandType CommandType, bool LocalConnection)/* overload */ : TDSServiceResponseHandler(CommandType, LocalConnection) { }

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSJsonResponseHandler

Description

Performs various initializations.

Datasnap.DSHTTPCommon.TDSJsonResponseHandler.Create inherits from Datasnap.DSHTTPCommon.TDSServiceResponseHandler.Create. All content below this line refers to Datasnap.DSHTTPCommon.TDSServiceResponseHandler.Create.

Performs various initializations.

The Create constructor initializes the following fields: Destroy, FCommandType, FLocalConnection, and ForceResultArray.

See Also