System.Notification.TBaseNotificationCenter.DoCancelNotification

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoCancelNotification(const AName: string); overload; virtual; abstract;
procedure DoCancelNotification(const ANotification: TNotification); overload; virtual; abstract;

C++

virtual void __fastcall DoCancelNotification(const System::UnicodeString AName) = 0 /* overload */;
virtual void __fastcall DoCancelNotification(TNotification* const ANotification) = 0 /* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.Notification.pas
System.Notification.hpp
System.Notification TBaseNotificationCenter


Beschreibung

Bricht das Senden einer geplanten lokalen Benachrichtigung ab.

Sie müssen einen der folgenden Parameter angeben:

  • AName: Der eindeutige Name einer Benachrichtigung.
  • ANotification: Eine Referenz auf die Benachrichtigungs-Instanz, die Sie abbrechen möchten.

Siehe auch