System.Notification.TCustomNotificationCenter.DoReceiveLocalNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Notification.pas
System.Notification.hpp
System.Notification TCustomNotificationCenter

Description

Dispatcher of the OnReceiveLocalNotification event.

See Also