ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTML table
The HTML Table control allows you to create specific layouts in HTML pages...
<Editor HTML>.InsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
The Spin control
A Spin control is used to increase or reduce a value found in a control......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
WDADMINEXE : Controlling the application remotely
The remote control of a WINDEV application allows the manager of an application used in network to manage the automatic or forced shutdown of the application for all the current users......
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
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......
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
Windows
The windows represent the main interface of a WINDEV application......
WDInst: configuring the characteristics of the files to install
WDInst allows you to configure the characteristics of the files to install......
WDInst: Configuring the uninstaller
The application uninstaller is the application that allows the end user to uninstall the application....
HTTPSimulateNetwork (Function)
Simulates a slow network by limiting the download and upload speed.
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Messaging
A messaging is included in WINDEV, WINDEV Mobile or WEBDEV......
XMLPath (Function)
Returns the current position in the document in XPATH format.
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
Count (Property)
Count keyword can correspond to: the Count function. This function returns the number of occurrences of a control in a window, page or group of controls. The Count property, which returns a number of elements. This property can be used on: the controls of a window or page. For more details, see Count. a xmlNode variable. a JSON variable....
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
The "dynamic" Tab control (prefix syntax)
The "Dynamic tab" Tab control is used to display several windows in the same window......
8. Associating controls with data
8. Binding controls to data
A window can display information from......
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...