API:Datasnap.DSHTTPCommon.TDSCacheResultCommandHandler.GetCommand

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

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

C++

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

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