ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

9. Overlaying controls
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]......
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.
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
Socket constants
List of constants used by the functions for socket management....
<Image variable>.DrawRectangleGradient (Function)
Draws a rectangle in an Image variable.
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
<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....
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
Programming custom calculations in Table controls
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Google Contacts management functions
List of functions for managing Google contacts...
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.
<Image>.DrawLine (Function)
Draws a line in an Image control.
<Image>.PixelColor (Function)
Identifies the color of a pixel in an Image control.
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
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...
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
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......