ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
<Window>.EdDo (Window)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
<Array>.Max (Function)
Returns the greatest value in the array.
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Max (Function)
Returns the greatest value passed as parameter.
WinEdSaveNote (Function)
Exports the repositionable notes created by the user into a file.
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
WinEdCreateNote (Function)
Creates a Repositionable Note control.
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
Checking spelling in edit controls
WINDEV lets you use the spelling checker in the Edit controls and text columns of the Table controls of WINDEV applications......
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
The Native Container control
The Native Container control is used to manage the controls not created with WINDEV or WINDEV Mobile......
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
<Window>.EdCreateNote (Function)
Creates a Repositionable Note control.
grCreate (Function)
Creates a specific type of chart.
DashMode (Function)
Opens or closes the Dashboard control edit mode.
WEBDEV concepts
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
Creating the windows and the pages of the RAD pattern