System.Notification.TCustomNotificationCenter.PresentNotification

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

Delphi

procedure PresentNotification(const ANotification: TNotification);

C++

void __fastcall PresentNotification(TNotification* const ANotification);

プロパティ

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


説明

通知を Notification Center に送信し、即座に表示させます。

PresentNotificationDoPresentNotification を呼び出します。

ANotification パラメータを使用すると、即座に表示させる TNotification を指定することができます。

通知センターへの通知の送信についても情報を確認してください。

関連項目