TiAnalogOutput.BeepOnError

TiAnalogOutput

Specifies whether an audible beep occurs when there is an error.

property BeepOnError : Boolean;

Description

Use BeepOnError to specify whether an audible beep occurs when there is an error.

Error Types

1) Entered text has a conversion error and is restored to the previous value.

2) FilterStyle does not support the pressed key.

Example

Delphi

iComponent.BeepOnError := True;

C++ Builder

iComponent->BeepOnError = True;

Contents | Index | Previous | Next