System.Notification.TNotification.AlertAction
Delphi
AlertAction: string;
C++
System::UnicodeString AlertAction;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
field | public | System.Notification.pas System.Notification.hpp |
System.Notification | TNotification |
説明
アクション ボタンのキャプションです。
AlertAction が動作するには、HasAction フィールドが True
でなければなりません。
AlertAction は、すべてのプラットフォームでサポートされているわけではありません。通知アクションやプラットフォーム サポートについても、情報を確認してください。
関連項目
- 通知の利用
- System.Notification.TNotification.AlertBody
- System.Notification.TNotification.EnableSound
- System.Notification.TNotification.FireDate
- System.Notification.TNotification.HasAction
- System.Notification.TNotification.Name
- System.Notification.TNotification.Number
- System.Notification.TNotification.RepeatInterval
- System.Notification.TNotification.SoundName
- System.Notification.TNotification.Title