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 ...
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
User Groupware and Client/Server data files
An application that uses the User Groupware can be used with an HFSQL database in Client/Server mode......
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native Connector......
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
Generating the setup program
The last wizard step for creating the setup program allows you to......
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
xlsSave (Function)
Saves an XLS document.
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
CurrentYear (Function)
Returns the current year in integer format.
Classes, members, methods and properties
A class is made of......
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
The "Analysis" pane
The "Analysis" pane lists......
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
<redisConnection>.Set (Function)
Changes the value of a key on a Redis server.
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
Creating a multilingual help system
The help editor allows you to easily create a multilingual help system......
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....