System.Notification.TCustomNotificationCenter.DoGetAllChannels

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoGetAllChannels(const AChannels: TChannels); virtual;

C++

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

Properties

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

Description

Returns a list of all Notification channels in the application.