System.Notification.TCustomNotificationCenter.DoCancelAllNotifications

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoCancelAllNotifications; virtual;

C++

virtual void __fastcall DoCancelAllNotifications();

Properties

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

Description

Cancels the delivery of all scheduled local notifications.

See Also