Datasnap.DSClientRest.TDSRestCachedItem.GetCommand
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
Unit: Datasnap.DSClientRest | |
Parent: TDSRestCachedItem |
Delphi
function GetCommand(AConnection: TDSRestConnection; AOwnsObject: Boolean = True): TJSONObject;
C++
System::Json::TJSONObject* __fastcall GetCommand(TDSRestConnection* AConnection, bool AOwnsObject = true);
Description
Issues a 'GET' command to the server.
The GetCommand method issues a 'GET' command to the server.