ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Date (Variable type)
The Date type is used to easily manipulate dates...
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.
<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.
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.
Date and Time functions
List of functions for managing dates and times
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
The formatted display control
This control can be used to display dates, times and monetary values for example, respecting the corresponding display format...
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
OrganizerDateVisible (Function)
Makes a day visible or invisible in an Organizer control.
DateToDayOfYear (Function)
Returns the day of the year corresponding to a given date.
<Organizer>.DateVisible (Function)
Makes a day visible or invisible in an Organizer control.
HRecordDate (Function)
Returns the date and time of last write operation performed on a record in an HFSQL table (Classic or Client/Server).
FirstDayOfYear (Function)
Returns the date of the first day of the year.
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page...
HStatDate (Function)
Returns the date of the last update for the index statistics.
<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.
DateToDay (Function)
Returns the day corresponding to a given date.
Edit control
The Edit control allows users to enter data...
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
<Source>.StatDate (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.
<Source>.RecordDate (Function)
Returns the date and time of last write operation performed on a record in an HFSQL table (Classic or Client/Server).
DayOfYearToDate (Function)
Takes the number of a day in the year and returns the corresponding date in "YYYYMMDD" format.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
(No title )
The different types of items proposed in the data model editor are as follows:
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
SchedulerDateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
DatePicker (Function)
Opens the system date picker.
Functions for managing Dates and Times (prefix syntax)
List of functions for managing dates and times
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
AutoBrowse (Property)
... Table or Combo Box control based on a data file is automatic or programmed.
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect...
Thumbnail (Property)
in the data model editor or through programming. get and change the image associated with a Thumbnail...
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array...
fCopyFileWebFolder (Function)
Copies an image file from the data directory of application (or from one of its sub-directories)...
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
Filling a Chart control
The data that will be displayed in the Chart control can come from......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported...
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server data files,...
Constants for managing the registry
List of constants used by the registry functions....
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given...
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
GeometryCoveredBy (Function)
Determines if every point of geometry A lies inside or on the boundary of geometry B.
MultiLinestring2D (Variable type)
The MultiLinestring2D type can be used to store a collection of linestrings defined with 2D...
<PolygonGeo variable>.Intersection (Function)
Returns a geometry representing the intersection between a geographic polygon and another geometry.
<Polygon2D variable>.Intersect (Function)
Checks whether the intersection of a 2D polygon and another geometry does not result in an empty...
MultiPolygonGeo (Variable type)
The MultiPolygonGeo type can be used to store a collection of non-overlapping polygons defined...