ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
HInfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
<Table>.ToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
<Looper>.ToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
Locking data files: correspondence between WINDEV 5.5 and the later versions
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
SchedulerPositionDateTime
Displays a Scheduler control from a specified date or returns the date of the first day (or last day) displayed in a Scheduler control.
<Scheduler>.PositionDateTime (Function)
Displays a Scheduler control from a specified date or returns the date of the first day (or last day) displayed in a Scheduler control.
SchedulerPosition (Function)
Displays a Scheduler control from a specified date or returns the date of the first day (or last day) displayed in a Scheduler control.
8. Binding controls to data
A window can display information from......
JSONExecute (Function)
Calls the URL of a page on the server that returns data in JSON format (JavaScript Object Notation).