ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
<Queue variable>.Dequeue (Function)
Dequeues an element from a queue.
<Stack variable>.Pop (Function)
Pops an element from a stack.
I work as a developer: How to manage my tasks and my schedule?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile include many tools to help developers manage their schedules and the different associated tasks......
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
Status bar of windows
The status bar of a window is used to display several types of information......
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control......
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
Character strings
WLanguage supports different types of strings....
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
Creating a select query
A select query (corresponding SQL statement......
Page with parameters
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
Assignment operators
Three assignment operators are available......