ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
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.
GetTypeDefinition (Function)
Gets the description of a type identified by name.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
New (Reserved word)
New is used to allocate memory space...
Assignment of RETURN
The return value of the process currently run can be assigned...
ExceptionInfo (Function)
Retrieves information about the current exception.
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
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).
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
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.
Configuring the setup program
Two tools can be used to create a setup program......
BackgroundTaskAdd (Function)
Adds a new background task.
Handling the checks
The monitor of the monitoring robot allows you to access the different checks started by the monitoring robot......
Frequently asked questions about Automatic Update
Frequently asked questions about the update search mechanism....