ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
Client/Server transactions: Available isolation modes
The HFSQL engine proposes to isolate the transactions......
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
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.
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
State (Property)
The State property is used to get and change the state of an element.
Min (Function)
Returns the lowest value.
BackgroundStyle (Property)
The BackgroundStyle property is used to get and modify the background style of cells in tables and/or TreeView Tables....
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications......
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
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.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
InWindowsStoreAppMode (Function)
Indicates whether the code is run in Windows Store apps mode. Function kept for backward compatibility....
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....