ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Dashboard control
Dashboards are essential elements in an application......
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
Icon (Property)
The Icon property is used to: Find out the icon displayed in the title bar of a window or a Dockable Panel control. Change the icon displayed in the title bar of a window or a Dockable Panel control....
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut on a button......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Installing OpenOffice
WINDEV, WEBDEV and WINDEV Mobile propose a spelling checker......
Testing the WEBDEV Application Server setup with an example
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....
Markdown (Property)
The Markdown property is used to enable or disable Markdown formatting: in a control in a window. in a Static Text control in a report. in the controls of the internal window (title and description) used as a step of the Guided Tour....
H.VisibleAutoIndexing (Variable)
Indicates whether the indexing window must be displayed during the automatic reindexing of HFSQL tables.
Execution platform
WINDEV Mobile allows you to develop applications for different families of products......
Error 123: The constant already exists
BTSelectDevice (Function)
Opens a system window to select a Bluetooth device.
gpwOpenConfiguration (Function)
Opens the User Groupware configuration window or page.
Screen,XVar (External language)
Defines whether a control is included (or not) in the current window.
EmulateSimulator (Function)
Emulates the window of the mobile (Android/iOS) simulator....
WinOrientation (Function)
Modifies or retrieves the display orientation of the current window.
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......