ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing main window menus
A main menu is necessarily associated with a window...
Manipulating menu options programmatically
Menu options can be manipulated...
Manipulating menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ...
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications...
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)...
Characteristics of menu options
WINDEV and WINDEV Mobile support two types of menus ...
Java application and WINDEV
A Java application is an application entirely compiled in Java......
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
13. Print: Reports
WINDEV reports...
WaitWindowStart (Function)
Opens the wait window of application.
Error 1010: The member of the class is constant
Link properties
When creating a link, you can simply specify the destination......
4. Conditional statements
WINDEV Mobile Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
Creating help pages
A help system includes several pages......
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Handle (External language)
Returns the handle of a window or control.
OpenMobileWindow (Function)
Opens a window in a mobile application.
<Window>.OpenMobileWindow (Function)
Opens a window in a mobile application.
WinStatus (Function)
Identifies or modifies the window status.
CurrentWin (Function)
Identifies the window currently in edit.
SysSetFocus (Function)
Sets focus to a window or control.
SysWinShow (Function)
Modifies the display status of a window.
SysValidHandle (Function)
Checks the validity of a window handle.
grDestinationWnd (Function)
Defines a window as chart destination.
iWindowCancel (Function)
Configures the print cancel window..
Properties associated with a window
List of properties associated with a window...
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
TelemetryDisable (Function)
Disables the telemetry. The telemetry data is not sent to the server anymore.
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......