ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 15161718192021222324252627
True if the control key is pressed or if its status changed since the last call to KeyPressed, False otherwise. Specific operating mode: True if the control key is currently pressed,False otherwise.
Identifies the control key:kpAltAlt key.kpControlCtrl key.kpEscapeEsc key.kpLButtonLeft mouse button. This constant is not available.kpRButtonRight mouse button. This constant is not available.kpShiftShift key.Additional constants are available in the "KeyConst.wl" file. These constants are used to identify all the keyboard keys. This file is available in WINDEV's "\Personal\Extern" directory.
True (default value) to get a synchronous status: key currently pressed, False to get an asynchronous status: the key status changed since the last call to KeyPressed. This parameter is ignored. The status code is always synchronous.
To manage all the keyboard keys with KeyPressed:
Testing a key combination
Interrupting a process in a browse loop
Asynchronous status report
Using the KeyPressed function
Last update: 05/26/2022
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: