ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
Binding a Radio Button control to an item
A Radio Button control can be bound to an item in a data file, query, etc....
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
11. Table/Looper controls
Table/Looper controls can be used to display a set of information......
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......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Configuring the setup program
Two tools can be used to create a setup program......
SystemIntegerToInteger (Function)
Converts a system integer to a 4-byte integer.
<Calendar>.SelectMinus (Function)
Deselects a date in a multi-selection Calendar control.
Obtaining an SSL certificate for IIS2 (2.0 or later)
CalendarSelectMinus (Function)
Deselects a date in a multi-selection Calendar control.
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
Software license agreement
WINDEV Express license agreement...
OpenAI: How to find the OpenAI key
Several features of WINDEV, WEBDEV and WINDEV Mobile use an OpenAI account ......
WINDEV Mobile License Agreement
WINDEV Mobile License Agreement...
Universal Windows 10 application: Deployment platform
Once the Universal Windows 10 app is generated, the wizard proposes to select the deployment platform......
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
CameraParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
<Camera>.Stop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible" Camera controls....
Handling menu options programmatically
The menu options can be handled......