ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
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...
ExceptionInfo (Function)
Retrieves information about the current exception.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
ErrorThrow (Function)
Throw a non-fatal error.
ThreadPause (Function)
Pauses the current thread during the specified duration.
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
DateDifference (Function)
Calculates the number of days between two dates.