ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
Events associated with a Slider control (WEBDEV)
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
Events associated with a Native Container control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
Events of the Mobile Image Editor control
control Image Editor allows you to offer your mobile application users the possibility to edit and modify images or photos......
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
Information 2102: 'Long' does not exist anymore: the integers are coded on 4 bytes
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Printing nested reports
To create a main report containing several secondary reports:...
Hint (Property)
The Hint property gets and sets the hint text displayed when the Edit control is empty.
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
WINDEV and OPC
OPC stands for "OLE for Process Control"......
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
WinSize (Function)
WinSize: returns or modifies the window display mode (maximized, minimized or normal), modifies the window height and/or width, moves the window and modifies a window's height and/or width....
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
6. Internal window
Internal windows...
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
Keyword properties
You can change the characteristics of a keyword at any time in the keyword properties......
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
8. OOP
WINDEV Mobile Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
6. Procedures
WINDEV Mobile Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
6. Multilingual applications