System.Notification.TNotification.EnableSound

From RAD Studio API Documentation
Jump to: navigation, search

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