System.Notification.TCustomNotificationCenter.DoDeleteChannel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoDeleteChannel(const AChannelId: string); virtual;

C++

virtual void __fastcall DoDeleteChannel(const System::UnicodeString AChannelId);

Properties

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

Description

Removes notification channel by its ID.