API:Datasnap.DSHTTPCommon.TDSCacheResultCommandHandler.GetCommand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCommand(Index: Integer): TDBXCommand; override;

C++

virtual Data::Dbxcommon::TDBXCommand* __fastcall GetCommand(int Index);

Properties

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

Description

Gets the parameter for the given index.

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

Gets the parameter for the given index.

GetCommand returns the command's parameter for the index received through the Index parameter.

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

See Also