ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Setup for WINDEV and WEBDEV (Development version and WEBDEV Application Server for Windows)
Office tools
WINDEV includes multiple "Office" controls that allow end users to use the desired tools without leaving the application......
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......
Properties of a help page
The characteristics of a help page are used to define......
Advanced types
The advanced types of WLanguage are as follows...
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
21. Reports
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
redisConnection (Type of variable)
The redisConnection type is used to define all the advanced characteristics of a connection to a Redis server (or cluster).
WLanguage procedure called by SensorDetectChangeAcceleration
Procedure ("callback") called by SensorDetectChangeAcceleration when the acceleration of the device on one of its axes is detected.
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......