System.Notification.TCustomNotificationCenter.CancelAll

From RAD Studio API Documentation
Jump to: navigation, search

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