ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
CSS Grid control
The CSS Grid control is a control layout tool similar to the Flexbox control......
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
The Text field: Edit control and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"......
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Automated tests: Test-specific functions
List of automated tests: Test-specific functions...
AutomationParameter (Function)
Configures the management of accesses to the ActiveX objects and to the Automation objects.
InAutomaticTestMode (Function)
Allows you to find out whether an automated test is currently run or not.
Characteristics of a toolbar
The main characteristics of a "Toolbar" control are configured in the "Details" tab and in the "UI" tab of the description window of control......
Error 705: The property does not exist on this type
The Date input field: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
The Carousel control
The Carousel control is used to display an animated menu made of images......
PageToFile (Function)
Automatically updates: the value of the items in a table with the value of the controls in the page. The table items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Page>.ToFile (Function)
Automatically initializes: the value of the items in a table with the value of the controls in the page. The table items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....