ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
Color constants
The color constants are mainly used in the chart functions, the print functions and the drawing functions......
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
Local procedure
Two types of procedures are available......
Principle for running threads
At runtime, an application runs in a main thread......
Options of the window editor
To configure the general options of the window editor......
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
Feedback component
The Feedback component is a component provided with WINDEV......
ImageInfoList (Function)
Returns the list of Exif tags available for the image used.
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
Configuring the IIS 7/7.5 server
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
Constants for the Exif functions
List of constants used by the Exif functions....
HTMLToText (Function)
Converts an HTML string or buffer to text.