ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Project comparator
Comparing two windows (two pages, two reports, two classes, ......
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator......
The Table control
The Table allows users to easily view and enter data stored in memory or from a table, view or query......
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Creating an executable
When your application is fully described (windows, reports, queries, etc.)......
Operations performed on object diagrams
The following paragraphs explain......
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
EventChange (Function)
Modifies the status of an event.
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
Configuring the automatic modification of data files
The automatic data file modification updates the description of data files on user computers......
Z-index of a control
All the controls in a window or report have a different z-index......
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor. the values of the bound WLanguage variables....
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the table described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....