System.Notification.TBaseNotificationCenter.DoGetAllChannels

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoGetAllChannels(const AChannels: TChannels); virtual; abstract;

C++

virtual void __fastcall DoGetAllChannels(System::Generics::Collections::TList__1<TChannel*>* const AChannels) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Notification.pas
System.Notification.hpp
System.Notification TBaseNotificationCenter

Description

Returns a list with all Notification channels in the application.