System.Notification.TCustomNotificationCenter.CancelNotification

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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