ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
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......
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
notificationFormat (Type of variable)
The notificationFormat type is used to describe the display format of a notification when this one is expanded.
The Tab control
The Tab control is used to simultaneously display different controls......
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
Toolbar and menu of the SCM
The different options of the SCM can be handled via the SCM toolbar or the options of a specific menu ("SCM" from the main menu of the product used)......
New (Reserved word)
New is used to allocate memory space...
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications and WEBDEVsites.
TimeToInteger (Function)
Converts a time to an integer.
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
ErrorThrow (Function)
Throw a non-fatal error.
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
ThreadPause (Function)
Pauses the current thread during the specified duration.
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
Optional events
By default, the codes available in the code editor correspond to the most common codes......