TiIntegerOutput.BeepOnError
TiIntegerOutput
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.
Example
Delphi
iComponent.BeepOnError := True;
C++ Builder
iComponent->BeepOnError = True;
Contents | Index | Previous | Next