ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Commands of the external interface
Control constants
List of constants used by the functions for managing controls...
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
The Context Menu control (WEBDEV)
Context menus are often used in websites......
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
Share your projects via Git
Git is a source code manager......
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
Report based on a query
Queries are used to easily select records in one or more data files......
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
Dictionary
The dictionary is a file that can contain the project elements......
Code history
The code history is used to......
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
Query technical documentation
The query editor automatically creates a technical documentation for each query......
Events associated with windows
List of events associated with windows...
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.