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.
CtDatabase (Property)
The CtDatabase property is used to set the OLE DB data source when connecting to a specific table...
CtDescribedDatabase (Property)
The CtDescribedDatabase property is used to set the OLE DB data source when connecting...
FilterWithBounds (Property)
... implemented by HFilter on an HFSQL data file, view or query.
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring...
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed...
OutlookStartSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups...
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups...
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer...
<Window>.ToFile (Function)
Automatically updates: the values of a data file's items in memory with the values...
BrowsedItem (Property)
Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change...
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users...
Property of entity/association
In the MERISE methodology, the properties correspond to the characteristics of entities......
The different types of integers
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
Multi-database queries
A query (typed in SQL code) can operate on different databases......
OBEXConnect (Function)
... is a protocol for exchanging data via Infrared and Bluetooth.
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls...
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file...
10. Embedded queries
<Page>.ToSource (Function)
Automatically initializes: the value of the items in a data file with the value of the controls...
<Source>.ToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description....
<Source>.ExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example)....
CtDescribedPassword (Property)
The CtDescribedPassword property allows you to set the password used to open the data file...
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query...
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example)....