Datasnap.DSClientRest.TDSRestCachedItem.GetCommand

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetCommand(AConnection: TDSRestConnection; AOwnsObject: Boolean = True): TJSONObject;

C++

System::Json::TJSONObject* __fastcall GetCommand(TDSRestConnection* AConnection, bool AOwnsObject = true);

Propriétés

Type Visibilité  Source Unité  Parent
function public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestCachedItem

Description

Emet une commande 'GET' au serveur.

La méthode GetCommand émet une commande 'GET' au serveur.

Voir aussi