ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Error 1005: To explicitly access a global element of '%1' class, use the syntax
<Array>.AddSorted (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....
Range Area chart
The Range Area chart is used to show a variation between a high and a low value......
3. Managing sockets
WINDEV includes advanced socket management functions....
SMS functions
List of SMS functions...
RGB (Function)
Defines a color from its Red, Green and Blue components.
<Image>.DrawPoint (Function)
Draws a point in an Image control.
Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......
Copying and cloning
Variables are copied using the "=" operator...
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
Library,Error (External language)
Loads the file that contains the error messages handled by WD??EXE.DLL in the desired language.
Screen,Selection (External language)
Modifies the status of a control (invisible, active, inactive, grayed)
List,Count (External language)
Returns the number of elements found in a list.
Table,Get (External language)
Retrieves the value of a given element or the value of the selected element in a table.
MyWindow (Reserved word)
MyWindow is used to handle the current window...
Importing and exporting a WEBDEV Application Server
WEBDEV Account Manager allows you to easily import and export the WEBDEV Application Server configuration......
FolderWeb_15 (Function)
Caution: when migrating a project from WEBDEV 1.5 to WEBDEV 17: FolderWeb was replaced with FolderWeb_15. a warning is automatically generated in your project....
<picLayer variable>.InvertColor (Function)
Inverts the colors of a picLayer variable.
<picLayer variable>.Resize (Function)
Resizes an image in a picLayer variable.
Index (Property)
The Index property is used to get the index of an element.
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
Java application and WINDEV
A Java application is an application entirely compiled in Java......
Programming custom calculations in Table controls