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

Returns the command specified by the given index.

The GetCommand method returns the command specified by the given index. If the index is invalid, GetCommand returns nil.

See Also