System.Notification.TOnReceiveLocalNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Notification.pas
System.Notification.hpp
System.Notification System.Notification

Description

The type of event for the notification reception.

See Also