API:REST.Client.TCustomRESTResponse.TNotify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TNotify = TRESTJSONComponentNotify;

C++

typedef Rest::Bindsource::TRESTJSONComponentNotify TNotify;

Properties

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

Description

Represents the base notify class for REST components.

REST.Client.TCustomRESTResponse.TNotify inherits from REST.BindSource.TRESTComponentNotify. All content below this line refers to REST.BindSource.TRESTComponentNotify.


Represents the base notify class for REST components.

TRESTComponentNotify supports multicast notifications.

See Also