API:Datasnap.DSHTTPCommon.TDSCacheResultCommandHandler.GetCommand

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

Description

Obtient le paramètre pour l'index donné.

Datasnap.DSHTTPCommon.TDSCacheResultCommandHandler.GetCommand hérite de Data.DBXCommon.TResultCommandHandler.GetCommand. Tout le contenu en-dessous de cette ligne se réfère à Data.DBXCommon.TResultCommandHandler.GetCommand.

Obtient le paramètre pour l'index donné.

GetCommand renvoie le paramètre de la commande pour l'index obtenu par le paramètre Index.

Remarque : Cette méthode est abstraite, vous devez utiliser une de ses méthodes descendantes.

Voir aussi