ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
Environment of the window editor
The main elements of window editor are as follows:
Installing OpenOffice
WINDEV, WEBDEV and WINDEV Mobile propose a spelling checker......
Including a supercontrol in a window or in a page
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
InUniversalWindowsPlatformSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows Platform mode (Universal Windows 10 App). Function kept for backward compatibility....
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
DrawingStyle (Function)
Allows you to find out and modify: the display mode of grayed buttons found in the windows of your application. the display mode of translucent border for the windows of your application. the mode for loading large images....
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
fImageSelect (Function)
Opens the image picker of Windows.
RegistryQueryValue (Function)
Reads a value in the Windows registry.
fSelect (Function)
Opens the Windows file picker.
RegistryDeleteKey (Function)
Deletes a subkey from the Windows registry.
RegistryDeleteValue (Function)
Deletes a value from the Windows registry.
RegistryCreateKey (Function)
Creates a key in the Windows registry.
WindowsVersion (Function)
Returns the runtime mode of Windows.
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
First project window
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Test of a query
The query editor allows you to run the test of query result......
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
Speech synthesis management functions
The following functions are used to manage speech synthesis...
Page contexts
In a Windows application, the information relative to a window is stored with the window......
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.