ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
MDL file (kept for backward compatibility): Window description
The MDL file is the file used to generate a RAD window......
Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
Advanced types
The advanced types of WLanguage are as follows...
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
DataType (Function)
Identifying the type of a WLanguage variable.
<Array>.Shuffle (Function)
Shuffles the elements of a WLanguage array.
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
The different types of integers
WEBDEV administrator: Overview
The WEBDEV administrator is a module used to manage the dynamic WEBDEV sites......
MaskTitleTime (Property)
The MaskTitleTime property is used to get or change the mask used for the title of time columns: in an Organizer control. in a Scheduler control. in a TimeLine control....
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
HTMLInsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertBefore (Function)
Adds a node before the specified node in an HTML document.
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window......
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
Reduce (Function)
Applies a computation to each element of a WLanguage array.
TabMDI (Property)
The TabMDI property is used to: Get the type of a Tab control (simple tab or dynamic tab - MDI). Change the type of a Tab control (simple tab or dynamic tab - MDI). This property is obsolete from version 200057. Use DynamicTab....