Datasnap.DSClientRest.TDSRestCallbackLoop.Callback

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Callback(responseValue: TJSONValue; var AStatus: Boolean; var AStop: Boolean);

C++

void __fastcall Callback(System::Json::TJSONValue* responseValue, bool &AStatus, bool &AStop);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestCallbackLoop


Description

Handles values passed in from the server.

The Callback method is used to handle a value passed in from the server.

See Also