ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Date input field: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks...
<Date type>.ToDay (Function)
Returns the day corresponding to a given date.
Time and date management properties
List of properties for managing dates and times
<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 (Variable type)
The Date type is used to easily manipulate dates...
<Date type>.ToDayOfYear (Function)
Returns the day of the year corresponding to a given date.
DateToDay (Function)
Returns the day corresponding to a given date.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
DatePicker (Function)
Opens the system date picker.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
The formatted display control
This control can be used to display dates, times and monetary values for example, respecting the corresponding display format...
FirstDayOfYear (Function)
Returns the date of the first day of the year.
Database schema 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...
<Scheduler>.DateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
DateToDayOfYear (Function)
Returns the day of the year corresponding to a given date.
OrganizerDateVisible (Function)
Makes a day visible or invisible in an Organizer control.
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
Edit control
The Edit control allows users to enter data...
<Organizer>.DateVisible (Function)
Makes a day visible or invisible in an Organizer control.
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
LastDayOfYear (Function)
Returns the date of the last day of the year.
grTimeLevelMax (Function)
Defines the number of levels to display in the time scale of a chart as well as the maximum level.
2. Static or dynamic site
H.NbRetryRead (Variable)
Indicates the number of attempts to read the file or record before giving control back...
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains...
SchedulerTaskProperties (Function)
Reads the properties of a scheduled task and updates the ScheduledTask structure.
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic...
Null (keyword)
The "Null" keyword can correspond to:
HLogRestart (Function)
Restarts the logging process on a file.
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time,...
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.
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed...