System.Notification.TCustomNotificationCenter.CancelAll
Delphi
procedure CancelAll;
C++
void __fastcall CancelAll();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
procedure function  | 
		public | System.Notification.pas System.Notification.hpp  | 
        System.Notification | TCustomNotificationCenter | 
Description
Cancels all the notifications of the application.
CancelAll cancels all the notifications of the application, whether they are scheduled, have a repeat interval, or are already present in the Action Center, Notification Center, or Notification Drawer.
See more information about cancelling notifications.
See Also
- System.Notification.TCustomNotificationCenter.CancelNotification
 - System.Notification.TCustomNotificationCenter.Create
 - System.Notification.TCustomNotificationCenter.CreateNotification
 - System.Notification.TCustomNotificationCenter.PresentNotification
 - System.Notification.TCustomNotificationCenter.ScheduleNotification