ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Web-specific functions / Miscellaneous WEBDEV functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
CapsLockVerify (Function)
In french: CapsLockVérifie
Checks whether the CapsLock key is pressed.
Caution: This function must only be used in the browser code of the key pressed (onkeypress). The check will be performed when the first letter is typed.
Example
// Displays a warning if the CapsLock key is pressed
IF CapsLockVerify() = True THEN Info("The CapsLock key is pressed.")
Syntax
<Result> = CapsLockVerify()
<Result>: Boolean
  • True if the CapsLock key is pressed,
  • False otherwise.
Component: WDJS.DLL
Minimum version required
  • Version 18
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help