ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

AI in the code editor
WINDEV, WEBDEV and WINDEV Mobile include a series of AI-based features......
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
<Date type>.ToDay (Function)
Returns the day that corresponds to a given date.
<Date type>.ToInteger (Function)
Converts a date to an integer.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
ChronoReset (Function)
Stops and resets a running stopwatch.
Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window......
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
Error 121: Shadowing a structure
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything. For example: a scheduled task may fail, an automatic backup may fail, a node may become inactive in a HFSQL cluster, ......
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
SCM: Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Local procedure
Two types of procedures are available......
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector for MySQL......
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
DriveListeDirectory (Function)
Lists the directories of an Drive.
DriveRecoverFileGgl (Function)
Retrieves an Document from the Google suite present on a Google Drive in the desired compatible format.