System.Notification.TBaseNotificationCenter.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 TBaseNotificationCenter

Description

Cancels the delivery of all scheduled local notifications.

See Also