ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Date and Time functions
List of functions for managing dates and times
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.
<Source>.StatDate (Function)
Returns the date of the last update for the index statistics.
The formatted display control
This control shows dates, times and currency values with the corresponding display format...
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page...
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
<Organizer>.DateVisible (Function)
Makes a day visible or invisible in an Organizer control.
DateToDayOfYear (Function)
Returns the day of the year corresponding to a given date.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
OrganizerDateVisible (Function)
Makes a day visible or invisible in an Organizer control.
<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).
DayOfYearToDate (Function)
Takes the number of a day in the year and returns the corresponding date in "YYYYMMDD" format.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
Functions for managing Dates and Times (prefix syntax)
List of functions for managing dates and times
<Scheduler>.DateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
HRecordDate (Function)
Returns the date and time of last write operation performed on a record in an HFSQL data file (Classic or Client/Server).
HStatDate (Function)
Returns the date of the last update for the index statistics.
DatePicker (Function)
Opens the system date picker.
Analysis editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
DateToDay (Function)
Returns the day corresponding to a given date.
Edit control
The Edit control allows users to enter data...
SchedulerDateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
Using the query result
The result of a select query can be used in......
HInfoLog (Function)
Returns information about the server logs.
The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can...
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules...
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
GroupAdd (Function)
Adds a group of contacts into the address book of a Lotus Notes or Outlook messaging.
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
HFileExist (Example)
Usage example of the HFileExist function
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Events associated with TreeView controls
List of events associated with TreeView controls...
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
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......
grPieStartAngle (Function)
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart.
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......