System.Notification.TCustomNotificationCenter.DoCancelNotification

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

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


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