ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Date (Variable type)
The Date type is used to easily manipulate dates...
<Date type>.ToDay (Function)
Returns the day corresponding to a given date.
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.
<Date type>.ToDayOfYear (Function)
Returns the day of the year corresponding to a given date.
Time and date management properties
List of properties for managing dates and times
Date and Time functions
List of functions for managing dates and times
HRecordDate (Function)
Returns the date and time of last write operation performed on a record in an HFSQL data file (Classic or Client/Server).
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
DateToDayOfYear (Function)
Returns the day of the year corresponding to a given date.
<Source>.StatDate (Function)
Returns the date of the last update for the index statistics.
OrganizerDateVisible (Function)
Makes a day visible or invisible in an Organizer control.
<Scheduler>.DateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
LastDayOfYear (Function)
Returns the date of the last day of the year.
<Organizer>.DateVisible (Function)
Makes a day visible or invisible in an Organizer control.
DatePicker (Function)
Opens the system date picker.
<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).
Functions for managing Dates and Times (prefix syntax)
List of functions for managing dates and times
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
SchedulerDateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
DayOfYearToDate (Function)
Takes the number of a day in the year and returns the corresponding date in "YYYYMMDD" format.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
DateToDay (Function)
Returns the day corresponding to a given date.
Analysis 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...
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
HStatDate (Function)
Returns the date of the last update for the index statistics.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
Edit control
The Edit control allows users to enter data...
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
The formatted display control
This control shows dates, times and currency values with the corresponding display format...
Passing parameters
The parameters can be passed to a procedure......
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found...
ComponentInfo (Function)
Returns information about a component.
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
BurnerMediaType (Function)
Used to find out and modify the format of the CD or DVD to burn.
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
Creating a query
Two methods can be used to create a query......
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account...
Dynamic Island
One major feature of the latest iPhone is the Dynamic Island, which transforms the black notch...
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user...
Creating user accounts
A User account allows the server administrator to......
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
TableSavePositionAndSelection (Function)
Saves: the scrollbar position in a Table or TreeView Table control, the elements selected...
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box,...
SchedulerAddAppointment (Function)
Adds a new appointment into a Scheduler control.
Table,Insert (External language)
Inserts an element into a table at a given position.
AssistedInputConfigure (Function)
Used to configure the filter and the opening of assisted input.
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
WLanguage procedure called by HTrack
WLanguage procedure called by HTrack
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.