System.Notification.TBaseNotificationCenter.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 | TBaseNotificationCenter | 
Beschreibung
Bricht das Senden einer geplanten lokalen Benachrichtigung ab.
Sie müssen den Parameter AName angeben, der der eindeutige Name einer Benachrichtigung ist.