System.Notification.TNotification.EnableSound
Delphi
EnableSound: Boolean;
C++
bool EnableSound;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
field | public | System.Notification.pas System.Notification.hpp |
System.Notification | TNotification |
Description
Indique si une alerte sonore est lue ou non lorsque la notification apparaît.
Cette propriété fonctionne différemment sur chaque plate-forme cible.
La valeur par défaut est True
.
Voir aussi
- System.Notification.TNotification.AlertAction
- System.Notification.TNotification.AlertBody
- 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