ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
Multilingual messages: Convert to new format (version 27 and later)
WINDEV, WEBDEV and WINDEV Mobile have included multilingual project support in many previous versions......
Analysis shared between earlier WINDEV applications and WINDEV 2024 applications
An analysis can be shared between a WINDEV application......
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
Events associated with Combo Box controls
List of events associated with Combo Box controls...
ComboOpen (Function)
Expands the list of a Combo Box control (single-column or multi-column Combo Box).
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
DateDifference (Function)
Calculates the number of days between two dates.
Customizing the errors
The WEBDEV administrator (Development version) is used to customize the error messages of a WEBDEV site......
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
13. External component in practice
External component in practice...
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
The Spin control
A Spin control is used to increase or reduce a value found in a control......
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
HPass (Function)
Defines the password used to create or open a data file.
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
MemCreate (Function)
Creates a memory area.
<zipArchive variable>.AddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
13. Security benefit: managing the "Back" button