System.Notification.TBaseNotificationCenter.CancelNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CancelNotification(const AName: string);

C++

void __fastcall CancelNotification(const System::UnicodeString AName);

Properties

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

Description

Cancels the delivery of a scheduled local notification.

You need to specify the AName parameter, which is the unique name of a notification.

See Also