ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
<Image>.Font (Function)
Declares the font that will be used by dTexte in an Image control.
<Chart>.StartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
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....
WinRateDDW (Function)
Gets and sets the dimming rate for windows that use the DDW (Dim Disabled Windows) feature.
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.
Handling a Dockable Panel control through programming
A Dockable Panel control can be handled through programming......
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
<Image>.DrawCircle (Function)
Draws a circle or an ellipse in an Image control.
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
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.
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....
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
<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....
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......
Java application and WINDEV
A Java application is an application entirely compiled in Java......
<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.
Management of Google contacts (prefix syntax)
The Google Contact service is used to manage contacts on Internet......