System.Notification.TBaseNotificationCenter.DoCancelAllNotifications

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoCancelAllNotifications; virtual; abstract;

C++

virtual void __fastcall DoCancelAllNotifications() = 0 ;

Properties

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

Description

Cancels the delivery of all scheduled local notifications.

See Also