ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HNext (Function)
Sets the position on the next data file record according to a browse item.
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.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
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....
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
NumberInWords (Function)
Converts a number to words.
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
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.
Class (Property)
The Class property is used to get the actual type of the class instance handled by an object, variant or dynamic object variable.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
ArrayMove (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
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...
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......