API:Datasnap.DSHTTPCommon.TDSServiceResponseHandler.AddCommand

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Unit: Datasnap.DSHTTPCommon
Parent: TDSServiceResponseHandler

Delphi

procedure AddCommand(Command: TDBXCommand; DBXConnection: TDBXConnection); override;

C++

virtual void __fastcall AddCommand(Data::Dbxcommon::TDBXCommand* Command, Data::Dbxcommon::TDBXConnection* DBXConnection);

Description

Adds a TDBXCommand to its handler.

Datasnap.DSHTTPCommon.TDSServiceResponseHandler.AddCommand inherits from Data.DBXCommon.TRequestCommandHandler.AddCommand. All content below this line refers to Data.DBXCommon.TRequestCommandHandler.AddCommand.

Adds a TDBXCommand to its handler.

AddCommand is used to add a TDBXCommand to its handler.

The Command parameter is the TDBXCommand that needs to be added to the handler and the DBXConnection parameter is the TDBXConnection.

Note: This method is abstract; you should use one of its descendent methods.

See Also