REST.Response.Adapter.TRESTResponseJSON.RemoveJSONChangedEvent

提供:RAD Studio API Documentation

Delphi

procedure RemoveJSONChangedEvent(const ANotify: TNotifyEvent);

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
REST.Response.Adapter.pas
REST.Response.Adapter.hpp
REST.Response.Adapter TRESTResponseJSON


説明

JSON の値が変更された際に通知する、変更イベントから登録解除します。

関連項目