API:Datasnap.DSHTTPCommon.TDSJsonResponseHandler.Create
| [–] Properties | |
|---|---|
| Type: constructor | |
| Visibility: public | |
| Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
| Unit: Datasnap.DSHTTPCommon | |
| Parent: TDSJsonResponseHandler | |
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) { }
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.