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.
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used...
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
5. Deploying a dynamic site (Session or AWP) in practice
HModifyScheduledOptimization (Function)
Modifies a scheduled optimization task on the HFSQL server defined by the connection.
LooperSearchEverywhere (Function)
Searches for a value in all the attributes of a Looper control.
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily...
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive...
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal...
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Events associated with Table controls
List of events associated with Table controls...
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one...
HChangeKey (Function)
Changes the browse item.
HCreateMovableReplica (Function)
Creates a movable replication.
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
WDStatistics: Importing log files
To view the statistics about the site traffic with WDStatistics, the log files must be imported...
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external...
Configuring the SOAP administrator
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
HModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
Container column in a Table control
A cell found in a Table control can contain a set of controls......
HFSQL Client/Server: Configuring the server
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code...
sfMergeRequest (Type of variable)
The sfMergeRequest type is used to describe the elements to merge during the call to SFMerge...