Datasnap.DSClientRest.TDSRestCacheCommand.GetCommand
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
Unit: Datasnap.DSClientRest | |
Parent: TDSRestCacheCommand |
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 */;
Description
Issues a 'GET' command to the server.
The GetCommand method issues a 'GET' command to the server.