System.Notification.TOnReceiveLocalNotification

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.Notification.pas
System.Notification.hpp
System.Notification System.Notification


説明

通知受付をするイベントのタイプ。

関連項目