ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Composite variable
A composite variable contains different types of elements (members)...
Declaring and using a variable
A variable is defined by name and type...
Checkers available in the code editor
The code editor proposes several tools used to correct the code...
Assignment operators
Three assignment operators are available...
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.
IsNumeric (Function)
Enables you to find out whether a variable or a control is:
  • a numeric (integer, real, currency or numeric).
  • a string that can be converted into numeric.
Constant
The constants are language elements whose value is fixed once and for all...
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler...
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find...
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV...
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
16. Application test in practice
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application...
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
Image editor: Features
The image editor includes several features......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly...
5. Site test in practice
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Classes, members, methods and properties
A class is made of......
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50...
11. Controls in practice
Discover the main characteristics of the controls...
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files...
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files...
HFSQL constants
List of constants used by the HFSQL functions....
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....