System.Notification.TOnReceiveLocalNotification

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TOnReceiveLocalNotification = procedure (Sender: TObject; ANotification: TNotification) of object;

C++

typedef void __fastcall (__closure *TOnReceiveLocalNotification)(System::TObject* Sender, TNotification* ANotification);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
System.Notification.pas
System.Notification.hpp
System.Notification System.Notification


Beschreibung

Der Typ des Ereignisses für den Benachrichtigungsempfang.

Siehe auch