ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Error 1017: The method is not global: use: to access it
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).
TableEnd (Function)
Stops the manual iteration of table linked to a data-bound Table control.
8. Sharing a project in practice
MenuAddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
Creating an executable: WINDEV Framework
Each WINDEV function is associated with a WINDEV DLL......
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
Error 111: The Pascal string %1 is too long
Zombie data files and items
During the life of an application, items live and die......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
New features in WINDEV 2025
WINDEV 2025 is now available!...
WINDEV 2024: New features in this version
Here are the new features that you will discover in this version......
Link Description (Variable type)
A Link Description variable is used to describe a link between two tables programmatically.
Item Description (Variable type)
An Item Description variable is used to describe one or more items in a table programmatically.
PDFReaderInfoXY (Function)
For a given position (coordinates of a point) in a PDF Reader control, returns one of the following: the page number for the specified position, the X-position (in mm) for the specified position, the Y-position (in mm) for the specified position....
API description (Variable type)
An API Description variable is used to describe an API, its parameters, its return value and its calling options programmatically.