ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Conceptual Data Model (CDM)
The main operations that can be performed on a CDM are as follows......
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites......
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
<Looper>.AddLine (Function)
Adds a row at the end of a Looper control.
Print constants
List of constants used by the print functions....
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
<Looper>.Add (Function)
Adds a row at the end of a Looper control.
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
Crosstab report
The report editor allows you to create "Crosstab" reports......
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
InputValue (Property)
The InputValue property is used to: find out whether the end user can enter or change values in a Spreadsheet control. allow or prevent the end user from entering or changing values in a Spreadsheet control....
InputFormula (Property)
The InputFormula property is used to: find out whether the end user can enter or change formulas in a Spreadsheet control. allow or prevent the end user from entering or changing formulas in a Spreadsheet control....
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
LEDSwitchOn (Function)
Switches the LED (Light-Emitting Diode) of the device on.
LEDSwitchOff (Function)
Switches the LED (Light-Emitting Diode) of the device off.
<httpRequest variable>.ManageCookie (Function)
Enables or disables the management of cookies in an HTTP request run by HTTPRequest.
<httpResponse variable>.GetCookie (Function)
Retrieves cookies read in the httpResponse variable (containing the result of HTTPSend).
DriveCopyDirectory (Function)
copy a directory on the Drive to another directory on the Drive (remote disk).
Spelling checker in the interface
WINDEV, WEBDEV and WINDEV Mobile allow you to use the OpenOffice spelling checker in your interfaces...
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......