API:REST.Client.TRESTRequestAdapter.TNotify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TNotify = class(TCustomRESTRequest.TNotify)

C++

class PASCALIMPLEMENTATION TNotify : public TCustomRESTRequest::TNotify

Properties

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

Description


Represents the base notify class for REST components.

REST.Client.TRESTRequestAdapter.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