REST.Client.TRESTResponseAdapter.TNotify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TNotify = class(TCustomRESTResponse.TNotify)

C++

class PASCALIMPLEMENTATION TNotify : public Rest::Bindsource::TRESTJSONComponentNotify

Properties

Type Visibility Source Unit Parent
class public
REST.Client.pas
REST.Client.hpp
REST.Client TRESTResponseAdapter

Description

Represents the base notify class for REST components that have a JSON result.

REST.Client.TRESTResponseAdapter.TNotify inherits from REST.BindSource.TRESTJSONComponentNotify. All content below this line refers to REST.BindSource.TRESTJSONComponentNotify.


Represents the base notify class for REST components that have a JSON result.

TRESTJSONComponentNotify supports multicast notifications.

See Also