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.
Referring to an element in a WLanguage event / process
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics...
SaaS constants
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
OrganizerDeleteAll (Function)
Deletes all the appointments from an Organizer control.
HSave (Function)
Modifies the current record if it exists, otherwise adds a new record.
LooperAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements...
DisplayedItemImage (Property)
The DisplayedItemImage property is used to: Get the item that corresponds to the image...
Constants for WLanguage types
List of constants for managing WLanguage types....
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker...
Manager of automated tests
The test manager is used to......
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first...
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file...
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted...
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
hServerOperation (Type of variable)
The hServerOperation type is used to get the characteristics of an operation performed on an HFSQL...
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator....
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
<Source>.FileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation...
<Source>.LogInfo (Function)
Adds comments to the log when saving the operation.
TableRestorePositionAndSelection (Function)
Restores the scrollbar position in a Table or TreeView Table control as well as the selected...
HAddTask (Function)
Adds a scheduled task on the server defined by the connection.
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
WinRefreshVisible (Function)
Modifies or returns the visibility state of the refresh bar in a window.