Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 386 Bytes

File metadata and controls

20 lines (14 loc) · 386 Bytes

CapsLock

Description

CapsLock returns TRUE if the Caps Lock was depressed during the last user event. This function operates with the MouseDown, KeyDown, AutoKey, GetPt, GetPtL, GetLine, and GetRect calls.

FUNCTION CapsLock : BOOLEAN;
def vs.CapsLock():
    return BOOLEAN

Version

Availability: from All Versions

Category

  • User Interactive