ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WLanguage functions available for a report
Most WLanguage functions can be used in the events of a report (created with the report editor)......
3. UML models in practice
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
OpenChild (Function)
Opens a non-modal child window.
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
4. Android and iOS windows
The UI (User Interface) of an application is mainly composed of windows....
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
MCI functions
List of MCI functions...
SystemBarColor (Property)
The SystemBarColor property is used to get or change the system bar color in full-screen windows on mobile devices.
SpreadsheetInputFunction (Function)
Inserts a function name at cursor position in the editable cell of a Spreadsheet control found in a window.
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
Creating a table in a report
Tables can be created in a report......
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
Office tools
WINDEV includes multiple "Office" controls that allow end users to use the desired tools without leaving the application......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Events associated with Button controls
List of events associated with Button controls...
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......