Datasnap.DSHTTPCommon.TDSCacheResultCommandHandler.GetCommand
[–] 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
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.