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.
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also...
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations...
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
Distributing an external component
Once the component has been created, tested and generated, it can be distributed...
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
DecryptAsymmetric (Function)
Decrypts a buffer with a private/public key algorithm with RSA encryption....
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting...
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
The Static control
A Static control is a control used to display a static text......
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost,...
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Table,Select,+ (External language)
Selects an element in a Table control.
HIndex (Example)
Usage example of the HIndex function
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
HLogInfo (Function)
Adds comments to the log when saving the operation.
HViewToFile (Example)
Usage example of the HViewToFile function
grMenu (Function)
Defines the type of context menu displayed by a chart.
DnDCursor (Example)
Usage example of the DnDCursor function
HCreation (Example)
Usage example of the HCreation function
nWDSetCallbackNext
Set the "callback" called when using the WDKEY and RETURNWDKEY keywords for the next window to open...
TaskModify (Function)
Modifies the current task in a Lotus Notes or Outlook task list.
Table,Count (External language)
Returns the number of elements in a Table control.