ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
JSONOpenReader (Function)
Creates a reader to read a JSON document without loading it into memory. Attention This function is only available from version 2025 Update 3....
ScrollBarShow (Function)
Displays (or not) a scrollbar in a WINDEV control (edit control or list box) even if no scrollbar was specified during the control description.
<Source>.UnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
HUnlockFile (Function)
Unlocks the records of a table: locked by HLockFile. individually locked by a locking read function....
Drive management functions: OneDrive, Google Drive, Dropbox (prefixed syntax)
Drive management functions include ......
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
LooperEndFilling (Function)
Ends the process to populate a Looper control programmatically.
fDirRename (Function)
Renames a directory.
FullTextIndex description (Variable type)
A FullTextIndex description variable is used to describe one or more full-text indexes programmatically.
Drive functions: OneDrive, Google Drive, Dropbox
The following functions are used to manage cloud-based storage services......
GglDriveConnect (Function)
Creates a connection to Google Drive.
Item Description (Variable type)
An Item Description variable is used to describe one or more items in a table programmatically.
SCM: Renaming or changing a computer
During the development phase, you may have to work on different computers......
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls......
dpDriveConnect( Function)
Create a connection to an Drive Dropbox.
String functions (prefix syntax)
The following functions are used to handle strings, using prefix syntax:
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...