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


Purpose   Indicates if the Alt key is depressed (i.e. held down - not
          melancholy!).

Decln.    Alt_Pressed:boolean

Returns   Boolean

Example

BEGIN
    ......
    IF ALT_PRESSED THEN
       WRITECENTER(25,YELLOW,RED,' LET GO OF THE ALT KEY! ');
END;

See Also: Ctrl_Pressed Shift_pressed
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson