ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
ServiceModify (Function)
Modifies the configuration of a service according to the information given in the members of the Service variable.
DashLoadConfiguration (Function)
Restores the configuration of a Dashboard control.
25. Performing a process on several successive pages
Performing a process on several successive pages...
edtHTMLSelection (Type of variable)
The edtHTMLSelection type is used to identify all the advanced characteristics of a selection in an HTML Editor control
DisplayedItemImage (Property)
The DisplayedItemImage property is used to: Get the item that corresponds to the image displayed in a ListView control. Change the item that corresponds to the image displayed in a ListView control....
grIncreaseData (Function)
Adds a value to a data in a chart.
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......
Using WDDIXIO
To translate the text used in your project:...
Sequence diagram
A sequence diagram represents the chronological order of messages sent and received by a set of objects......
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user to take advantage of all its capabilities......
Creating the windows and the pages of the RAD pattern
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min