ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

1. Analysis: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis....
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
Using .NET assemblies in a project
To use .NET assemblies in a project......
WDInst: Grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
Background image of multilingual window
In some cases, the background image of a window can contain a text (the application name, a specific caption, ......
Oracle Native Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV database schema......
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
WinInYPos (Function)
Returns the vertical position of the upper-left corner of the internal area (without border and title bar) of a window in relation to the upper-left corner of the screen.
WinInXPos (Function)
Returns the horizontal position of the upper-left corner of the internal area (without border and title bar) of a window in relation to the upper-left corner of the screen.
WBSetup: Managing additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites......
ERR_BAD_COMMANDLINE
ERR_BAD_COMMANDLINE error...
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Clipping the window according to an image
An image can be used to easily define the shape of a window......