Datasnap.DSClientRest.TDSRestCallbackLoop.Callback
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
Unit: Datasnap.DSClientRest | |
Parent: TDSRestCallbackLoop |
Delphi
procedure Callback(responseValue: TJSONValue; var AStatus: Boolean; var AStop: Boolean);
C++
void __fastcall Callback(System::Json::TJSONValue* responseValue, bool &AStatus, bool &AStop);
Description
Handles values passed in from the server.
The Callback method is used to handle a value passed in from the server.