ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Date (Variable type)
The Date type is used to easily manipulate dates...
<Date type>.ToDay (Function)
Returns the day corresponding to a given date.
The Date input field: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks...
<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 type>.ToDayOfYear (Function)
Returns the day of the year corresponding to a given date.
Time and date management properties
List of properties for managing dates and times
Date and Time functions
List of functions for managing dates and times
HRecordDate (Function)
Returns the date and time of last write operation performed on a record in an HFSQL data file (Classic or Client/Server).
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
DateToDayOfYear (Function)
Returns the day of the year corresponding to a given date.
<Source>.StatDate (Function)
Returns the date of the last update for the index statistics.
OrganizerDateVisible (Function)
Makes a day visible or invisible in an Organizer control.
<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.
<Organizer>.DateVisible (Function)
Makes a day visible or invisible in an Organizer control.
DatePicker (Function)
Opens the system date picker.
<Source>.RecordDate (Function)
Returns the date and time of last write operation performed on a record in an HFSQL data file (Classic or Client/Server).
Functions for managing Dates and Times (prefix syntax)
List of functions for managing dates and times
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
SchedulerDateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
DayOfYearToDate (Function)
Takes the number of a day in the year and returns the corresponding date in "YYYYMMDD" format.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
DateToDay (Function)
Returns the day corresponding to a given date.
Analysis editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page...
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
HStatDate (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.
Edit control
The Edit control allows users to enter data...
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
The formatted display control
This control shows dates, times and currency values with the corresponding display format...
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
HLogStop (Function)
Stops the log process of a file.
Certificate (Type of variable)
The Certificate type is used to handle: the certificates used to sign the strings or the files....
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Constants for managing projects
List of constants used by the functions for managing projects....
Hasp (Function)
Interrogates an electronic HASP key (HASP-3, HASP-4, MemoHasp or NetHasp).
WDADMINEXE: User characteristics
From the server, the "Users" tab of WDADMINEXE allows you to get......
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal...
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service...
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes...
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time,...
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed...
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
TaskLast (Function)
Reads the last task in a Lotus Notes or Outlook task list.
ContactFirst (Function)
Reads the first contact in a Lotus Notes or Outlook address book.
ContactNext (Function)
Reads the contact after the current contact in a Lotus Notes or Outlook address book.
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features...
Events associated with pages
List of events associated with pages...
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
TaskFirst (Function)
Reads the first task found in the task list of a Lotus Notes or Outlook messaging.
ContactPrevious (Function)
Reads the contact before the current contact in a Lotus Notes or Outlook address book.
xlsColumnType (Example)
Usage example of the xlsColumnType function