ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Date (Variable type)
The Date type is used to easily manipulate dates...
<Date type>.ToDay (Function)
Returns the day corresponding to a given date.
The Date input field: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks...
<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 type>.ToDayOfYear (Function)
Returns the day of the year corresponding to a given date.
Time and date management properties
List of properties for managing dates and times
Date and Time functions
List of functions for managing dates and times
HRecordDate (Function)
Returns the date and time of last write operation performed on a record in an HFSQL data file (Classic or Client/Server).
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
DateToDayOfYear (Function)
Returns the day of the year corresponding to a given date.
<Source>.StatDate (Function)
Returns the date of the last update for the index statistics.
OrganizerDateVisible (Function)
Makes a day visible or invisible in an Organizer control.
<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.
<Organizer>.DateVisible (Function)
Makes a day visible or invisible in an Organizer control.
DatePicker (Function)
Opens the system date picker.
<Source>.RecordDate (Function)
Returns the date and time of last write operation performed on a record in an HFSQL data file (Classic or Client/Server).
Functions for managing Dates and Times (prefix syntax)
List of functions for managing dates and times
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
SchedulerDateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
DayOfYearToDate (Function)
Takes the number of a day in the year and returns the corresponding date in "YYYYMMDD" format.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
DateToDay (Function)
Returns the day corresponding to a given date.
Analysis 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...
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
HStatDate (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.
Edit control
The Edit control allows users to enter data...
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
The formatted display control
This control shows dates, times and currency values with the corresponding display format...
grPieStartAngle (Function)
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart.
Using the query result
The result of a select query can be used in......
Index (Property)
The Index property indicates the physical index (physical order) of an item in a record.
HFSQL constants
List of constants used by the HFSQL functions....
Bar code constants
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
Description of ParallelTask (Type of variable)
The Description of ParallelTask type is used to define the characteristics of a parallel task.
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change...
RegistrySetValue (Function)
Writes a value to a key in the Windows registry.
FTPCommand (Function)
Sends a specific FTP command to a server.
Supercontrol
A supercontrol is an advanced type of control......
Events associated with TreeView controls
List of events associated with TreeView controls...
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers...
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice...
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV...
OBEXSendVCard (Function)
Sends a VCard file (virtual business card) to a device that supports the OBEX protocol.
Table,Position (External language)
Sets the position on a given element or returns the element on the fist row of a Table control...
Memo (Property)
The Memo property is used to determine if an item is of type memo.
HFSQL management functions
List of functions for HFSQL management...
Accessing a database via a web service
The database can be accessed via a web service......
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min