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


Purpose   Indicates if the Caps Lock key is on.

Decln.    CapsOn:boolean;

Returns   Boolean

Remarks   Returns true if the CapsOn key is "illuminated".

Example

BEGIN
    IF CAPSON THEN
       WRITEAT(70,1,WHITE,BLACK,'CAPS')
    ELSE
       WRITEAT(70,1,WHITE,BLACK,'    ')
END;

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