ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
WDInst : generating the setup program
Generating the setup program is used to create the setup program according to the characteristics specified in the setup editor WDInst....
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
Input (Function)
Displays a message allowing the user to type an information.
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
Creating an executable: General options
The main executable options are as follows......
Check: FTP connectivity
The monitoring robot will try to connect to the FTP server with the parameters of the server......
Check: HTTP connectivity
The monitoring robot will read the header and the content of a web page......
Warning 36: No BREAK, RETURN or RESULT was detected in the code of the loop
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
Warning 18: Loop without potential end
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
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......
Generating the RAD pattern
To generate a RAD pattern:...
Creating the menus for the pages of the WEBDEV RAD pattern
sfLeadConvert (Type of variable)
The sfLeadConvert type is used to describe the conversion parameters of a lead...
fbSession (Type of variable)
The fbSession type is used to describe a connection to the Facebook service and to manage the authentication to this service.
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
Generating an application for Universal Windows 10 App
The pages
Pages are the main interface of a WEBDEV site......
WINDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
FTP constants
List of constants used by the FTP functions....
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
14. Controls in practice