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.
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
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...
ThreadExecute (Function)
Starts the execution of a secondary thread.
5. Site test in practice
Managing bar codes
The use of bar codes to identify and manage products has become essential......
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,...
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
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......
Setup directory
The setup wizard allows you to configure the setup directory of application....
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......