ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
Warning 36: No BREAK, RETURN or RESULT was detected in the code of the loop
Warning 18: Loop without potential end
Constants for managing videos
List of constants used by the functions for video management....
ReplicEdit: Replication editor
ReplicEdit is a tool used to define the characteristics of a replication......
ReplicSynchro: Use
Associative array (Type of variable)
An associative array is an "advanced" type of array...
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
Yesterday (Function)
Returns the date of the day preceding the current day or a given date.
Tomorrow (Function)
Returns the date of the day following the current day or a given date.
grColor (Function)
Returns and initializes the color of different chart elements.
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
Min (Function)
Returns the lowest value.
Debugging functions
List of debugging functions...
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.
tapiKeyPressed (Function)
Returns the history of the keys pressed on the phone keypad since the last call to tapiKeyPressed.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
Execute (Function)
Starts the execution of a process through programming.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....