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


Purpose   Indicates whether the Scroll Lock key is on.

Decln.    ScrollOn:boolean;

Returns   Boolean

Remarks   Returns true if the Scroll Lock key is "illuminated".

Example

BEGIN
    IF SCROLLON THEN
       WRITEAT(70,1,WHITE,BLACK,'SCR')
    ELSE
       WRITEAT(70,1,WHITE,BLACK,'   ')
END;

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