API:Datasnap.DSHTTPCommon.TDSCacheResultCommandHandler

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TResultCommandHandlerSystem.TObjectTDSCacheResultCommandHandler

Delphi

TDSCacheResultCommandHandler = class(TResultCommandHandler)

C++

class PASCALIMPLEMENTATION TDSCacheResultCommandHandler : public Data::Dbxcommon::TResultCommandHandler

Properties

Type Visibility Source Unit Parent
class public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon Datasnap.DSHTTPCommon

Description

An abstract class for a result command handler.

Datasnap.DSHTTPCommon.TDSCacheResultCommandHandler inherits from Data.DBXCommon.TResultCommandHandler. All content below this line refers to Data.DBXCommon.TResultCommandHandler.

An abstract class for a result command handler.

TResultCommandHandler is an abstract class for a result command handler that manages one or more commands and their parameters. The parameters exposed by these functions might be a subset of the commands' parameters.

See Also