System.Notification.TCustomNotificationCenter.CancelNotification
Révision datée du 23 novembre 2015 à 11:42 par Tiphaineb (discussion | contributions) (1 version : Updated in WM. LOC-20885)
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
- System.Notification.TCustomNotificationCenter.CancelAll
- System.Notification.TCustomNotificationCenter.Create
- System.Notification.TCustomNotificationCenter.CreateNotification
- System.Notification.TCustomNotificationCenter.PresentNotification
- System.Notification.TCustomNotificationCenter.ScheduleNotification