System.Notification.TNotification.EnableSound
Delphi
EnableSound: Boolean;
C++
bool EnableSound;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| field | public | System.Notification.pas System.Notification.hpp  | 
        System.Notification | TNotification | 
Description
Indicates whether or not a sound alert is played when the notification appears.
This property works differently on every target platform.
Default is True.
See Also
- 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