Skip to main content

TcxCustomCalcEditProperties.BeepOnError Property

Specifies whether a calculator editor generates the system default sound when an error occurs.

Declaration

property BeepOnError: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set the BeepOnError property to True to enable playing sounds when errors occur. An error occurs, for instance, when trying to divide by zero.

The default value of the BeepOnError property is True.

See Also