ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Checking spelling in edit controls
WINDEV lets you use the spelling checker in the Edit controls and text columns of the Table controls of WINDEV applications......
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
<Table>.AddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
Contact (Type of variable)
The Contact type is used to define the advanced characteristics of a contact found in the phone book.
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
Calling a procedure/a function
Syntax for calling a local or global procedure.
WINDEV Mobile concepts
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
Creating a select query
A select query (corresponding SQL statement......
Local procedure
Two types of procedures are available......
Sub-query
A sub-query is a query whose result is used by another query......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
How to create a patch?
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control......
<emailIMAPSession variable>.CloseSession (Function)
Closes an IMAP session.
Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......