Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 424 Bytes

File metadata and controls

19 lines (14 loc) · 424 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