ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
ComponentInfo (Example)
Usage example of the ComponentInfo function
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
DateDifference (Function)
Calculates the number of days between two dates.
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
LDAPValue (Function)
Returns the value corresponding to the subscript passed as parameter for the specified attribute.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
VariantMember (Type of variable)
The VariantMember type is an advanced type corresponding to an array of members, each member being a variant variable.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
EventClose (Function)
Closes a synchronization event between several threads.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
String functions
List of functions for managing character strings...
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.