ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Miscellaneous WEBDEV functions
List of various WEBDEV functions
WEBDEV 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ...
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 features in WEBDEV 2025
WEBDEV 2025 is available!
WEBDEV 2025 Tutorial - Table of contents
2025 new features brochure: WEBDEV new features
What's new in WEBDEV 2025 is presented in the What's new 2025 brochure.
2024 novelties brochure: WEBDEV novelties
Nouveautés de WINDEV/WEBDEV/WINDEV Mobile 2024 présentes dans la brochure des Nouveautés 2024.
New products brochure 28: WEBDEV new products
New features in WEBDEV 28 presented in the New Features brochure.
SEO of a WEBDEV website
In order for your site to get visitors, the Web users must be able to find it...
Analysis shared between earlier WINDEV applications and WINDEV 2025 applications
An analysis can be shared between a WINDEV application...
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...
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...
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic...
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
Spreadsheet control properties
A Spreadsheet control and its cells can be handled in a window or in a report by the following...
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
Compatibility between external components and deployed applications
A component can evolve in many ways......
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers...
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Calling a procedure/a function
Syntax for calling a local or global procedure.
Comparison operators
The comparison operators can be divided into several categories......
The Check Box control
A Check Box can correspond to......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought...
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
HTMLToText (Function)
Converts an HTML string or buffer to text.
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
HIndex (Function)
Rebuilds the file index (".NDX" file).
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
Navigation map
The site map path is used to implement the structure and the sequence of pages in your site......
The Site Map control
The Site Map control allows the Web user to......
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one...
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.