ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TreeMapSelectGroup (Function)
Visually selects a group of elements in a TreeMap control.
<TreeMap>.SelectGroup (Function)
Visually selects a group of elements in a TreeMap control.
Conceptual Data Model (CDM)
In the MERISE methodology, the conceptual data model defines the objects and the actions that must be taken into account in the database......
Code statistics
The code statistics affect......
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
14. PHP generation in practice
2. Analysis in practice
edtHTMLSelection (Type of variable)
The edtHTMLSelection type is used to identify all the advanced characteristics of a selection in an HTML Editor control
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
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...
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.
dbgEnableLog (Function)
Enables the runtime log programmatically.
Using the query result
The result of a select query can be used in......
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
11. Controls in practice
Discover the main characteristics of the controls...
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor....
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....