API:Datasnap.DSHTTP.TDSDefaultResponseHandler.Create

提供:RAD Studio API Documentation

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);

プロパティ

種類 可視性 ソース ユニット
constructor public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSDefaultResponseHandler

説明

DataSnap サービス レスポンス ハンドラを作成します。 Datasnap.DSHTTP.TDSDefaultResponseHandler.Create は Datasnap.DSHTTPCommon.TDSJsonResponseHandler.Create を継承しています。以下の内容はすべて Datasnap.DSHTTPCommon.TDSJsonResponseHandler.Create を参照しています。

DataSnap サービス レスポンス ハンドラを作成します。

Create コンストラクタは、DataSnap サービス レスポンス ハンドラを作成し、FDSService および FServiceInstanceOwner protected フィールドを初期化します。

関連項目