BeepOnError Property

Applies to TestComplete 15.63, last modified on April 10, 2024

Specifies whether the beep sound is played upon validation error.

Declaration

componentPropObj.BeepOnError
Read-Write Property Boolean
componentPropObj     One of the objects listed in the Applies To section  

Applies To

This property applies to the following objects:

TcxButtonEditProperties, TcxCalcEditProperties, TcxComboBoxProperties, TcxMRUEditProperties, TcxSpinEditProperties, TcxTextEditProperties, TcxTimeEditProperties

Description

The BeepOnError property specifies whether to play the system error sound if an error occurs during validation of the component’s contents. To enable the sound, set BeepOnError to True. Setting BeepOnError to False disables the sound.

Property Value

True, if the error sound is played when the validation error occurs; False if no sound is played.

See Also

ValidateOnEnter Property

Highlight search results