API:Datasnap.DSHTTPCommon.TDSNullResponseHandler.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Unit: Datasnap.DSHTTPCommon
Parent: TDSNullResponseHandler

Delphi

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

C++

__fastcall TDSNullResponseHandler(Datasnap::Dsservice::TDSService* DSService, TDSHTTPCommandType CommandType, bool ServiceInstanceOwner);

Description

Creates a DataSnap service response handler.

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

Creates a DataSnap service response handler.

The Create constructor creates a DataSnap service response handler and initializes the FDSService and FServiceInstanceOwner protected fields.

See Also