ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Web-specific functions / Miscellaneous WEBDEV functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
CapsLockVerify (Function)
In french: CapsLockVérifie
Checks whether the CapsLock key is pressed.
Warning This function must only be used in the onkeypress browser code. The check will be performed when the first letter is typed.
Example
// Affiche un avertissement si la touche CapsLock est enfoncée
IF CapsLockVerify() = True THEN Info("La touche CapsLock est enfoncée.")
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: 03/25/2025

Send a report | Local help