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.
ThreadExecute (Function)
Starts the execution of a secondary thread.
ContactAdd (Function)
Adds a contact: in a Lotus Notes or Outlook address book. into the list of contacts...
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box,...
Creating the Relation windows of a WINDEV RAD pattern
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues...
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered...
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
5. Site test in practice
Managing bar codes
The use of bar codes to identify and manage products has become essential......
Setup directory
The setup wizard allows you to configure the setup directory of application....
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores,...
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
Programming an indexed control
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Events associated with windows
List of events associated with windows...
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
14. Controls in practice
WINDEV License Agreement
WINDEV License Agreement...
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......