ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Time and date management properties
List of properties for managing dates and times
The Date input field: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks...
<Date type>.ToDayOfYear (Function)
Returns the day of the year corresponding to a given date.
Date (Variable type)
The Date type is used to easily manipulate dates...
<ftpConnection variable>.Date (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
Date and Time functions
List of functions for managing dates and times
<Date type>.ToDay (Function)
Returns the day corresponding to a given date.
<Organizer>.DateVisible (Function)
Makes a day visible or invisible in an Organizer control.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page...
OrganizerDateVisible (Function)
Makes a day visible or invisible in an Organizer control.
The formatted display control
This control can be used to display dates, times and monetary values for example, respecting the corresponding display format...
HRecordDate (Function)
Returns the date and time of last write operation performed on a record in an HFSQL table (Classic or Client/Server).
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
DateToDayOfYear (Function)
Returns the day of the year corresponding to a given date.
HStatDate (Function)
Returns the date of the last update for the index statistics.
<Scheduler>.DateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
LastDayOfYear (Function)
Returns the date of the last day of the year.
DateToDay (Function)
Returns the day corresponding to a given date.
Edit control
The Edit control allows users to enter data...
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
<Source>.StatDate (Function)
Returns the date of the last update for the index statistics.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
DayOfYearToDate (Function)
Takes the number of a day in the year and returns the corresponding date in "YYYYMMDD" format.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
<Source>.RecordDate (Function)
Returns the date and time of last write operation performed on a record in an HFSQL table (Classic or Client/Server).
(No title )
The different types of items proposed in the data model editor are as follows:
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
SchedulerDateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
DatePicker (Function)
Opens the system date picker.
Functions for managing Dates and Times (prefix syntax)
List of functions for managing dates and times
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView...
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage...
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily...
<Source>.OnError (Function)
Customizes the management of HFSQL errors.
11. Choosing the action of a button/link
Handling Spreadsheet controls programmatically (in a report)
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple...
How to retrieve the analysis structure through programming?
This help page explains how to retrieve the analysis structure through programming....
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements...
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
What is an application?
An application is a set of objects (windows, controls, ......
Caption (Property)
item. Find out the caption associated with a data file. Find out and modify the connection caption....
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed...
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application...
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database...
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed...
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count...