ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....
InWindowsStoreAppMode (Function)
Indicates whether the code is run in Windows Store apps mode. Function kept for backward compatibility....
ContactDisplay (Function)
Opens the form of a contact in the device's native contacts application (Android, iPhone or iPad, Universal Windows)....
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time......
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
Combo Box control properties
You can manipulate Combo Box controls in a window or page using the following WLanguage properties......
Static control properties
List of properties associated with a Static control...
6. WEBDEV Account Manager
Reading bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to create applications for reading bar codes......
Managing ports (serial ports, parallel ports, USB ports, etc.)
Several devices can be managed directly via a management of the ports used by these devices to communicate with the computer......
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Windows: What must be taken into account if the users are working with Vista (and later)
Windows Vista (and later) proposes several improvements......
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
WLanguage properties of Internal Window controls
List of WLanguage properties of Internal Window controls...
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....