ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
grPieStartAngle (Function)
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart.
grAxisPosition (Function)
Indicates the position where one of the chart axes (X or Y-coordinates) will be drawn.
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example).
SearchAAF (Property)
The SearchAAF property is used to: find out whether the search via AAF is enabled on a non-editable Combo Box control, enable (or not) the search via AAF on a non-editable Combo Box control....
Handling an Organizer control through programming (prefix syntax)
An Organizer control can be handled through programming....
Zombie data files and items
During the life of an application, items live and die......
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.
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......
HDBOpenNoLock (Function)
In single-user mode, opens an xBase data file without locking it.
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
Error 111: The Pascal string %1 is too long
Error 1017: The method is not global: use: to access it
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
16. Java applications in practice
Java applications in practice...