ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......
Properties associated with a supercontrol
List of properties associated with a supercontrol...
Looper control properties
You can manipulate Looper controls in a window or page using the following WLanguage properties......
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
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.
KeyPressed (Function)
Checks which key is pressed.
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
Constant
The constants are language elements whose value is fixed once and for all...
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
BurnerEject (Function)
Opens or closes the door of current burner.
Automatic management of exceptions
The management of exceptions can be customized by process......
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).