REST.Response.Adapter.TRESTResponseJSON.RemoveJSONChangedEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveJSONChangedEvent(const ANotify: TNotifyEvent);

C++

void __fastcall RemoveJSONChangedEvent(const System::Classes::TNotifyEvent ANotify);

Properties

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

Description

Unsubscribes from the change event that notifies whenever the value of JSON changes.

See Also