System.Notification.TBaseNotificationCenter.DoPresentNotification

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

Delphi

procedure DoPresentNotification(const ANotification: TNotification); virtual; abstract;

C++

virtual void __fastcall DoPresentNotification(TNotification* const ANotification) = 0 ;

プロパティ

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


説明

直ちにローカル通知に現れます。

PresentNotificationDoPresentNotification を呼び出します。

関連項目