System.Notification.TNotification.AlertAction
Delphi
AlertAction: string;
C++
System::UnicodeString AlertAction;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
field | public | System.Notification.pas System.Notification.hpp |
System.Notification | TNotification |
Description
Le libellé du bouton d'action.
Le champ HasAction doit avoir la valeur True
pour que AlertAction fonctionne.
AlertAction n'est pas pris en charge par toutes les plates-formes. Voir davantage d'informations sur l'actions des notifications et la prise en charge des plates-formes.
Voir aussi
- Utilisation de notifications
- 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