REST.Response.Adapter.TCustomJSONDataSetAdapter.UpdateDataSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateDataSet(const AJSON: TJSONValue);

C++

void __fastcall UpdateDataSet(System::Json::TJSONValue* const AJSON);

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.Response.Adapter.pas
REST.Response.Adapter.hpp
REST.Response.Adapter TCustomJSONDataSetAdapter

Description

Creates or re-creates an attached dataset. This includes the creation of the fields as well as filling the dataset with the data found in the REST response.

UpdateDataSet is called automatically after an attached TRESTResponse/Object has new response/content.

See Also