ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV website, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site.
Site testing: the different types of tests available
WEBDEV includes multiple methods for testing your sites...
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV website from a static page or from a dynamic WEBDEV page.
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ...
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites...
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site...
Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run ...
Text (Property)
The Text property is used to get and modify text.
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
Creating the menus for the pages of the WEBDEV RAD pattern
Image control in a window
This help page presents the characteristics of an Image control found in a window...
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
Calling a procedure/a function
Syntax for calling a local or global procedure.
12. External component in practice
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
List of reserved words
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......
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Constants for managing projects
List of constants used by the functions for managing projects....
Troubleshooting
This chapter presents the main problems (and their solutions) that can occur when using the WEBDEV Application Server...
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code 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......
Local procedure
Two types of procedures are available......