ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AppControl (Function)
Enables (or disables) the remote control for the current multi-user WINDEV application. This is an advanced function.
12. Control templates
WINDEV Mobile allows you to create control templates....
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......
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
Information 2103: 'Double' does not exist anymore: the reals are coded on 8 bytes
Action Bar control events
Information 2105: This function was renamed
Utility components
WINDEV includes several utility components that allow you to handle data directly......
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.
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......
SourceWindow (Property)
The SourceWindow property is used to get the source of an internal window (i.e. the internal window displayed by the Internal Window control).
3. WINDEV Mobile: Android, iOS, UWP...
WINDEV Mobile applications can run on the following platforms...
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......
The Tab control
The Tab control is used to simultaneously display different controls......
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
16. Application test in practice
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
WinUsefulSize (Function)
Specifies the useful size of an internal window with automatic scrollbars. The useful size corresponds to the full size of the internal window: Width of the internal window. Height of the internal window....