System.Notification.TNotification.AlertAction

提供: RAD Studio API Documentation
2015年11月17日 (火) 07:56時点におけるYukikoi (トーク | 投稿記録)による版 (1版: LOC-20887)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Delphi

AlertAction: string;

C++

System::UnicodeString AlertAction;

プロパティ

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


説明

アクション ボタンのキャプションです。

AlertAction が動作するには、HasAction フィールドが True でなければなりません。

AlertAction は、すべてのプラットフォームでサポートされているわけではありません。通知アクションプラットフォーム サポートについても、情報を確認してください。

関連項目