ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
IntegerToDay (Function)
Returns the day of the week corresponding to the specified date (this date is an integer).
<Date type>.ToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
3. UML models in practice
Conceptual Data Model (CDM)
In the MERISE methodology, the conceptual data model defines the objects and the actions that must be taken into account in the database......
4. WEBDEV, WINDEV and WINDEV Mobile: fully compatible format
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Linking a Scheduler control to a table or variable
You can create Scheduler controls directly linked to the data....
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following elements......
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
History of versions
The history of setup versions is an advanced feature of the network setup......
Managing iconic fonts
Include special characters in your captions via the iconic fonts....
2. User-friendly editors in practice
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...