API:Datasnap.DSHTTPCommon.TDSServiceResponseHandler.AddCommand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSServiceResponseHandler

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