REST.BindSource.TRESTComponentNotifyList
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.