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

Renvoie la commande spécifiée par l'index donné.

La méthode GetCommand renvoie la commande spécifiée par l'index donné. Si l'index n'est pas valide, GetCommand renvoie nil.

Voir aussi