[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
IO_SoundBeeper                                                   IOTTT



Purpose   To switch the (annoying) beep on or off.

Type Optional.

Declaration    IO_SoundBeeper(OK:boolean);

          OK is true if you want the system to BEEEP when the user
          presses an invalid key.

Uses CRT, FastTTT, DOS, WinTTT, KeyTTT, IOTTT.

Remarks   The default is true, i.e. the system will beep.

Example


               USES CRT, FASTTTT, DOS, WINTTT, KEYTTT, IOTTT;
               BEGIN
                 IO_SOUNDBEEPER(FALSE);
               END.


This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson