REST.Response.Adapter.TRESTResponseJSON.ValueChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ValueChanged(Sender: TObject);

C++

void __fastcall ValueChanged(System::TObject* Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
REST.Response.Adapter.pas
REST.Response.Adapter.hpp
REST.Response.Adapter TRESTResponseJSON

Description

Notifies the subscribers about the change of JSON value.

See Also