ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
NextTitle (Function)
Modifies the title of next window to open.
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
Events associated with a Native Container control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
Creating the skin template of a report
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
Link functions
Link functions are used to link the interface with the data files (and vice versa). These functions are as follows:...
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.
Keyword properties
You can change the characteristics of a keyword at any time in the keyword properties......
NetConnect (Function)
Connects to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
NetDisconnect (Function)
Disconnects from an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
NetStartServer (Function)
Starts an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
8. OOP
WINDEV Mobile Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
6. Procedures
WINDEV Mobile Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
2. Variables
WINDEV Mobile Tutorial - WLanguage basics Lesson 2 - Variables - 20 min
6. Multilingual applications