ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Cursor constants
List of constants used by the functions for managing cursors and the mouse...
Display different content for each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
Screen,Current (External language)
Retrieves the name of the control being edited and its index, if necessary.
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
<Looper>.Select (Function)
Returns the index of the selected element in a Looper control.
<Source>.StatDate (Function)
Returns the date of the last update for the index statistics.
<Source>.StatTime (Function)
Returns the time of the last update for the index statistics.
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Multiline Zone control properties
A Multiline Zone control and the lines of a Multiline Zone control can be manipulated in WLanguage in a window with the following properties.
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites......
LooperAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Looper control.
TableAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Table control.
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
<Source>.ToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description. This file is neither encrypted nor password protected.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Screen,Coordinate (External language)
Retrieves the coordinates of the control in relation to the top left border of the window as well as the physical size of a control.
Screen,Raz (External language)
Resets to zero (for a numeric control) or clears (for the other types of controls) the content of the controls found in the current window.
Project description: Style tab
The project description window allows you to configure various elements of your project......