ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SEO of a WEBDEV website
In order for your site to get visitors, the Web users must be able to find it...
Miscellaneous WEBDEV functions
List of various WEBDEV functions
2024 novelties brochure: WEBDEV novelties
Sets the position directly on the desired bookmark in the PDF document.
WEBDEV 2026 Tutorial - Table of contents
Returns the number of direct children for an element in a TreeView Table control.
New features in WEBDEV 2026
WEBDEV 2026 is now available.
WEBDEV: Improving accessibility
To make your WEBDEV websites accessible to visually impaired users, simply add specific attributes to controls...
Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode...
WEBDEV 2026: New WLanguage features
Version 2026 includes new and improved functions, properties and data types, ...
Installing WINDEV, WEBDEV or WINDEV Mobile
This page describes the configuration required to install WINDEV, WEBDEV or WINDEV Mobile, as well as the different installation steps...
New products brochure 28: WEBDEV new products
New features in WEBDEV 28 presented in the New Features brochure.
2025 new features brochure: WEBDEV new features
What's new in WEBDEV 2025 is presented in the What's new 2025 brochure.
2026 novelties brochure: WEBDEV novelties
WEBDEV 2026 new features in the 2026 New Features brochure.
New products brochure 27: WEBDEV new products
New features in WEBDEV 27 presented in the New Features brochure.
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site...
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV.
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV.
Tutorial
A tutorial is delivered with WINDEV, WEBDEV and WINDEV Mobile...
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]...
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must...
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV website, we recommend that you run the final tests from a test sever...
Shared analysis between earlier WINDEV applications and WINDEV 2026
A database schema can be shared between a WINDEV application...
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected...
LoadWDL (Function)
Loads a library of WINDEV objects in memory (.WDL).
Socket management functions
List of functions for managing sockets...
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called...
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
HTMLClassDelete (Function)
Deletes a class from the HTML classes of a control.
gpwOpenLDAPSession (Function)
Informs the User Groupware that the authentication of users will be done via an LDAP directory.
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page...
HTMLClassAdd (Function)
Adds a class into the HTML classes of a control.
AuthIntrospectToken (Function)
Determines the set of metadata for an OAuth token.
SQL Server Native Connector: Execute the same stored procedure more than once
In some cases, it may be useful to execute the same stored procedure multiple times by changing one...
HTMLClassToggle (Function)
Toggles a class in the HTML classes of a control: the class is added if it does not exist,...
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency...
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
AuthGetUserInfo (Function)
Retrieves user information from an access token.
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via...
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
12. Pages in practice