ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
Project description: Telemetry tab
The project description window allows you to configure various elements of your project......
15. Creating the executable in practice
Creating the executable in practice...
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
dFont (Function)
Declares the font that will be used by dText: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
fAttribute (Function)
Returns or modifies the attributes of a file.
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
Link Description (Variable type)
A Link Description variable is used to describe a link between two tables programmatically.
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
SysSpace (Function)
Returns the physical memory space for the current computer.
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets......
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
Code Editor control
The Code Editor control allows end users to write WLanguage code....
GglAccountAssociate (Function)
Enables users to log in to an application using a Google account registered on the device, without entering a username and password.
Error 30: An exception process cannot be declared inside another exception process...