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
awSendInfo (Function)
Sends an information from an iOS phone to an Apple Watch (or conversely).
DnD constants
List of constants used by the functions for managing the Drag and Drop....
Configuring the connection with WDSQSINS
For compatibility with the earlier versions of the Native SQL Server Connector (also called Native...
Report editor: Available types of reports
Several types of reports can be created in the report editor......
Constants for telemetry management
Constants for telemetry management...
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
Constants for manging the replication
List of constants used by the functions for managing the replication....
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
2. Analysis in practice
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
CtDescribedUserName (Property)
The CtDescribedUserName property is used to set the username that will be used when connecting...
Constants for managing XLS files
List of constants used by the functions for managing XLS files....
Constants for managing Scheduler and TimeLine controls
The following constants are used to manage Scheduler and TimeLine controls:...
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items...
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file...
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries...
HSetLog (Function)
Enables or disables log management on a file.
Crosstab report
The report editor allows you to create "Crosstab" reports......
SQLTransaction (Example)
Usage example of the SQLTransaction function