ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
Finding unused styles in a WEBDEV project
In most cases, WEBDEV or WEBDEV element styles are created when designing a website...
Creating an application or website using RAD (Rapid Application Development)
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
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]......
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....
Programming table fields linked to a table
Here are the main points of programming Table fields linked to a table...
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
Google Contacts management functions
List of functions for managing Google contacts...
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
Management of Google contacts (prefix syntax)
The Google Contact service is used to manage contacts on Internet......
Batch processing: creation of executables, WDLs, components, etc.
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
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......
ERR_BAD_VERSION_RQS
Modal (Property)
The Modal property determines whether the bottom sliding window associated with the current current window is modal or modeless.
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
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>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image control.