ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NbPendingThread (Property)
The NbPendingThread property is used to get the number of pending threads in a queue or in a stack.
EndTimerSys (Function)
Ends the execution of a timer triggered by TimerSys.
StringToUTF8 (Function)
Converts an ANSI or UNICODE string to UTF-8.
ErrorRestoreParameter (Function)
Restores the error process of a process.
ExceptionPropagate (Function)
Propagates an exception.
ExceptionRestoreParameter (Function)
Restores the exception process of a process.
LanguageToName (Function)
Returns the name of a language.
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
ChronoReset (Function)
Stops and resets a running stopwatch.
Right (Function)
Extracts the last characters from a string or string buffer.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
IsEven (Function)
Identifies an even number.
InServiceMode (Function)
Indicates whether the code is run in a service.
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
InPocketSimulatorMode (Function)
Indicates whether the code is run in the Pocket simulator. Function kept for backward compatibility....
CurrentMonth (Function)
Returns the number of the current month.
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
dbgWriteWarningAudit (Function)
Writes a custom runtime warning into the dynamic audit.
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.
ParallelTaskWait (Function)
Waits for the execution of a parallel task.
MemSort (Function)
Sorts the elements found in a memory zone.
Copying controls from the page editor
The controls can be copied from the page editor......