ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]......
Copying and cloning
Variables are copied using the "=" operator...
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
9. Overlaying controls
EventExist (Function)
Indicates whether a specific procedure is run when a Windows event is sent to a control or window.
Ad control properties
An Ad control found in a window can be handled in a window by the following WLanguage properties.
ScreenshotAllowed (Property)
The ScreenshotAllowed property is used to: Determine whether it is possible to take screenshots of a window, Allow or prevent taking screenshots of a window....
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
<Image variable>.DrawRectangleGradient (Function)
Draws a rectangle in an Image variable.
<Array>.Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
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....
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
<Image>.DrawLine (Function)
Draws a line in an Image control.
Management of Google contacts (prefix syntax)
The Google Contact service is used to manage contacts on Internet......
<Image>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image control.
<Image variable>.Fill (Function)
Colors an area in an Image variable.
<Image>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image control.
WINDEV and the SOAP protocol
<Image>.PixelColor (Function)
Identifies the color of a pixel in an Image control.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
Debugging functions
List of debugging functions...
Importing a CSS style sheet
WEBDEV allows you to import a CSS style sheet into a WEBDEV project......