ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2025 new features brochure: WINDEV new features
What's new in WINDEV 2025 in the What's new 2025 brochure.
General environment of WINDEV
New features in WINDEV 2025
WINDEV 2025 is now available!
WINDEV 2025 Tutorial - Table of contents
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy...
2024 new features brochure: WINDEV new features
WINDEV 2024 new features in the 2024 New Features brochure.
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile
WINDEV 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ...
Analysis shared between earlier WINDEV applications and WINDEV 2025 applications
An analysis can be shared between a WINDEV application...
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
New products brochure 28: WINDEV new products
New features in WINDEV 28 presented in the New Features brochure.
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...
InWindowsMobileMode (Function)
Indicates whether the code is run:
  • from a Windows Mobile application.
  • from a WINDEV application, from a WEBDEV website or from a PHP application.
Function kept for backward compatibility.
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time...
Creating and deploying the installation program: How do you do it?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers...
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created...
Functions for handling commands in console mode
Functions for handling commands in console mode.
Functions for handling commands in console mode (prefix syntax)
Functions for handling commands in console mode.
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]...
Environment of the project editor
The main elements of the project editor are as follows:
Various functions
List of various functions found in WINDEV, WINDEV Mobile and WEBDEV.
Sending elements to Free Technical Support
KeyPressed (Function)
Checks which key is pressed.
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
BurnerEject (Function)
Opens or closes the door of current burner.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage...
Constants for external files
List of constants used by the functions for managing external files....
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed...
WiFiDetectAccessPoint (Function)
Starts detecting the Wi-Fi access points currently accessible from the device.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
Sum (Function)
Calculates the sum of the array elements.
The Map control: Automatic Application Features (AAF)
The Map control proposes several features directly accessible to the end user......
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
grStartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie,...
Compilation options (chm format)
DataType (Function)
Identifying the type of a WLanguage variable.
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make...
Right (Function)
Extracts the last characters from a string or string buffer.
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string...
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation...
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables...
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.