Datasnap.DSHTTP.TDSCacheResponseHandler.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSCacheResponseHandler

Description

Creates a TDSCacheResponseHandler class instance.

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

See Also