ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
Information 2103: 'Double' does not exist anymore: the reals are coded on 8 bytes
Utility components
WINDEV includes several utility components that allow you to handle data directly......
AppControl (Function)
Enables (or disables) the remote control for the current multi-user WINDEV application. This is an advanced function.
ScrollBarShow (Function)
Displays (or not) a scrollbar in a WINDEV control (edit control or list box) even if no scrollbar was specified during the control description.
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
Information 2105: This function was renamed
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
16. Application test in practice
Error 17: OTHER CASE must be the last statement used in SWITCH
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
WEBDEV Application Server for Linux - Overview
WEBDEV is a full development environment devoted to Internet and Intranet......
Recycle code windows
By default, a single code window is opened per ......
Word Processing control events
WINDEV manages the following events by default......
Events associated with an infinite Progress Bar control
Events associated with a Dockable Panel control
Handling an ActiveX by programming
WINDEV allows you to handle an ActiveX control in WLanguage via......
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
WEBDEV Page control events
The control Page WEBDEV allows you to integrate an Page WEBDEV in a WINDEV application......