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

Description

Cancels a scheduled notification or a repeating notification.

Indicate the unique Name of the notification in the AName parameter.

See more information about cancelling notifications.

See Also