ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Date (Variable type)
The Date type is used to easily manipulate dates...
<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
<Date type>.ToDayOfYear (Function)
Returns the day of the year corresponding to a given date.
DateToDayOfYear (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).
<Organizer>.DateVisible (Function)
Makes a day visible or invisible in an Organizer control.
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.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
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...
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.
Filter (Property)
controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo...
FileToScreen (Function)
in the current record (loaded in memory) of the data file described in the data model editor. the values...
<Source>.ToPage (Function)
record (loaded in memory) of the HFSL data file described in the data model editor. the values...
<Window>.FromFile (Function)
in the current record (loaded in memory) of the data file described in the data model editor. the values...
PageFromSource (Function)
record (loaded in memory) of the HFSL data file described in the data model editor. the values...
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server,...
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
CurrentYear (Function)
Returns the current year in integer format.
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
NewRecord (Property)
... from the data file.
NullAllowed (Property)
The NullAllowed property is used to manage the NULL value in the items of HFSQL data files.
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
HListScheduledOptimization (Function)
Lists the scheduled optimization tasks of HFSQL Client/Server data files for a connection....
OpenSSLCheck (Function)
Checks, via a public key, that the signature of data performed with the OpenSSL library is correct.
IWListDisplay (Function)
Refreshes the display of an "Internal window" control with automatic iteration on a data file...
Heatmap chart
The Heatmap chart is used to represent in 2 dimensions data with 3 axes of values......
<List Box>.Display (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file.
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
<Source>.Modify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
<Source>.First (Function)
Sets the position on the first record of a data file according to the specified browse item.
<Source>.RetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
<Connection variable>.ListScheduledOptimization (Function)
Lists the scheduled optimization tasks of HFSQL Client/Server data files for a connection....