System.Notification.TBaseNotificationCenter.DoReceiveLocalNotification

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoReceiveLocalNotification(const Sender: TObject; const M: TMessage); virtual;

C++

virtual void __fastcall DoReceiveLocalNotification(System::TObject* const Sender, System::Messaging::TMessageBase* const M);

Eigenschaften

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


Beschreibung

Dispatcher des OnReceiveLocalNotification-Ereignisses.

Siehe auch