ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Thread execution
At runtime, an application runs in a main thread......
DriveListeDirectory (Function)
Lists the directories of an Drive.
DriveRecoverFileGgl (Function)
Retrieves an Document from the Google suite present on a Google Drive in the desired compatible format.
<Variable gglDrive>RetrieveGglFile (Function)
Retrieves an Document from the Google suite present on a Google Drive in the desired compatible format.
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.
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
String functions
List of functions for managing character strings...
SpreadsheetSelectComment (Function)
Allows you to: know if a comment is selected in a Spreadsheet control, select or deselect a comment in a Spreadsheet control....
Control (Variable type)
The Control type is used to define the characteristics of a control.
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
<Source>.LockFile (Function)
Locks a table and restricts the access to this table for all other sites or applications.
HLockFile (Function)
Locks a table and restricts the access to this table for all other sites or applications.
Programming the table cells
The Table controls can be handled......
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
SpreadsheetListComment (Function)
Lists all the comments on the current worksheet of a Spreadsheet control.
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
SpellAddDictionary (Function)
Adds a word to the dictionary of OpenOffice: for the instance of the current application. for all the applications....
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
LooperEndFilling (Function)
Ends the process to populate a Looper control programmatically.