ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipNbPart (Function)
Returns the number of sub-archives (parts) of an archive in CAB, RAR, ZIP, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format.
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
<zipArchive variable>.NbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position...
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
Creating an executable: Manifest management
When running an executable, Windows Vista (and later) performs several checks regarding the rights...
Buffer (Type de variable)
The Buffer type corresponds to a binary memory area.
SCM: Project version changes
When several projects share elements in the same SCM, version changes of WINDEV, WEBDEV and WINDEV...
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
Archiving function constants
List of constants used by the archiving functions....
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask....
5. Site test in practice
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window...
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
HDelete (Function)
Deletes a record from a data file (query or view).
Test of a query
The query editor allows you to run the test of query result......
Bottom sliding window (Bottom sheet)
Bottom sliding windows (commonly known as "bottom sheets") are increasingly used in mobile...