System.Notification.TNotification.EnableSound
Delphi
EnableSound: Boolean;
C++
bool EnableSound;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
field | public | System.Notification.pas System.Notification.hpp |
System.Notification | TNotification |
Beschreibung
Gibt an, ob ein Hinweiston beim Anzeigen der Benachrichtigung abgespielt wird oder nicht.
Diese Eigenschaft arbeitet auf jeder Zielplattformen unterschiedlich.
Vorgabe ist True
.
Siehe auch
- 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