ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Miscellaneous WEBDEV functions
List of various WEBDEV functions
New products brochure 28: WEBDEV new products
New features in WEBDEV 28 presented in the New Features brochure.
2024 novelties brochure: WEBDEV novelties
Sets the position directly on the desired bookmark in the PDF document.
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...
SEO of a WEBDEV website
In order for your site to get visitors, the Web users must be able to find it...
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: Improving accessibility
To make your WEBDEV websites accessible to visually impaired users, simply add specific attributes to controls...
WEBDEV 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ...
2025 new features brochure: WEBDEV new features
What's new in WEBDEV 2025 is presented in the What's new 2025 brochure.
New features in WEBDEV 2025
WEBDEV 2025 is available!
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...
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]...
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site...
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...
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...
(No title )
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.
Changing sites from AWP to SEO-ready session mode
12. Pages in practice
SocketRead (Function)
Retrieves a message sent by another socket.
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......
WDModFic : Tool for automatic modification of data files
...WDModFic is a tool used to perform the automatic modification of the data files found...
User report editor (Reports & Queries)
A report provides a custom view of data......
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one...
Image control in a page
SocketCreateBluetooth (Function)
Creates a socket using a Bluetooth device.
HTMLClassAdd (Function)
Adds a class into the HTML classes of a control.
HTMLClassToggle (Function)
Toggles a class in the HTML classes of a control: if the class does not exist, it is added;...
HTMLClassDelete (Function)
Deletes a class from the HTML classes of a control.
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
Code history
The code history is used to......
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed...
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call...
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
FileDisplay (Function)
Displays a file in the browser of Web user.
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page...
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).