Datasnap.DSHTTP.TDSDefaultResponseHandler.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

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

C++

__fastcall TDSDefaultResponseHandler(bool AllowBinaryStream, Datasnap::Dsservice::TDSService* DSService, Datasnap::Dshttpcommon::TDSHTTPCommandType CommandType, bool ServiceInstanceOwner);

Description

Creates a TDSDefaultResponseHandler class instance.

The Create constructor creates a new instance of the TDSDefaultResponseHandler class.

See Also