System.Notification.TCustomNotificationCenter.CancelNotification

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure CancelNotification(const AName: string);

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
System.Notification.pas
System.Notification.hpp
System.Notification TCustomNotificationCenter


Description

Annule une notification planifiée ou la répétition d'une notification.

Indique le nom unique dans le paramètre AName.

Voir davantage d'informations sur l'utilisation de notifications.

Voir aussi