API:Datasnap.DSHTTPCommon.TDSServiceResponseHandler.AddCommand

From RAD Studio API Documentation

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. {{#multireplace:Datasnap.DSHTTPCommon.TDSServiceResponseHandler.AddCommand|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommon.TRequestCommandHandler.AddCommand|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXCommon.TRequestCommandHandler.AddCommand|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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