REST.BindSource.TRESTComponentNotifyList

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTRESTComponentNotifyList

Delphi

TRESTComponentNotifyList<T: TRESTComponentNotify> = class(TObject)

C++

template<typename T> class PASCALIMPLEMENTATION TRESTComponentNotifyList__1 : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
REST.BindSource.pas
REST.BindSource.hpp
REST.BindSource REST.BindSource

Description

Represents the list of notify objects for REST components.

TRESTComponentNotifyList supports multicast notifications.

See Also