System.Notification.TCustomNotificationCenter.CancelNotification
Delphi
procedure CancelNotification(const AName: string);
C++
void __fastcall CancelNotification(const System::UnicodeString AName);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| procedure function | public | System.Notification.pas System.Notification.hpp | System.Notification | TCustomNotificationCenter | 
Beschreibung
Bricht eine geplante und sich wiederholende Benachrichtigung ab.
Geben Sie den eindeutigen Namen der Benachrichtigung im AName-Parameter an.
Hier finden Sie weitere Informationen zum Stornieren von Mitteilungen.
Siehe auch
- System.Notification.TCustomNotificationCenter.CancelAll
- System.Notification.TCustomNotificationCenter.Create
- System.Notification.TCustomNotificationCenter.CreateNotification
- System.Notification.TCustomNotificationCenter.PresentNotification
- System.Notification.TCustomNotificationCenter.ScheduleNotification