Datasnap.DSClientRest.TDSRestCacheCommand.GetCommand

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure GetCommand(AResponseStreamProc: TDSRestResponseStreamProc); overload;
function GetCommand(AOwnsObject: Boolean = True): TJSONObject; overload;

C++

void __fastcall GetCommand(_di_TDSRestResponseStreamProc AResponseStreamProc)/* overload */;
System::Json::TJSONObject* __fastcall GetCommand(bool AOwnsObject = true)/* overload */;

Propriétés

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

Description

Emet une commande 'GET' au serveur.

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

Voir aussi