System.Notification.TBaseNotificationCenter.DoReceiveLocalNotification

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

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Notification.pas
System.Notification.hpp
System.Notification TBaseNotificationCenter


説明

OnReceiveLocalNotification イベントのディスパッチャ

関連項目