API:Datasnap.DSHTTPCommon.TDSCacheResultCommandHandler

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TResultCommandHandlerSystem.TObjectTDSCacheResultCommandHandler
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Unit: Datasnap.DSHTTPCommon
Parent: Datasnap.DSHTTPCommon

Delphi

TDSCacheResultCommandHandler = class(TResultCommandHandler)

C++

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

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