ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
<Polygon2D variable>.Within (Function)
Determines whether geometry A (2D polygon) is completely within geometry B (i.e., geometry B completely contains geometry A).
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
SCM: Management of rights
It is possible to manage and grant certain access rights to the developers for each element in the SCM......
fDirRename (Function)
Renames a directory.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
HErrorInfo (Function)
Returns a detailed information about the last error triggered by the HFSQL engine.
Drive functions: OneDrive, Google Drive, Dropbox
The following functions are used to manage cloud-based storage services......
Chrono (Variable type)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
Voice commands in your applications
The applications that you develop can react to the user's voice......
Audits
The audits provide a set of features used to automatically improve the project quality and performances, and to follow the conditions in which it is implemented......
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
Today (Function)
Returns or modifies the system date (current date defined on the current computer).
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
CurrentYear (Function)
Returns the current year in integer format.
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.