ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Constants for Table, TreeView Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls....
dSaveImagePNG (Example)
Usage example of the dSaveImagePNG function
iParameterViewer (Function)
Configures the report viewer.
Appendix 4: WEBDEV modules
The table below presents the modules installed by the WEBDEV application server for Linux and their main features......
XMLOpenReader (Example)
Usage example of XMLOpenReader
Multiline Zone control properties
A Multiline Zone control and the lines of a Multiline Zone control can be manipulated in WLanguage in a window with the following properties.
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
dPixelColor (Example)
Usage example of the dPixelColor function
Width (Property)
The Width property is used to determine and change the width of an element.
WEBDEV and Tailwind CSS
Tailwind CSS is an open source CSS framework......
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
Constants used for managing the multi-touch
Constants for managing the multi-touch...
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
Type (Example)
Usage example of the Type property
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Constant
The constants are language elements whose value is fixed once and for all...
ZOrder (Example)
Usage example of the ZOrder property
Project description: Languages tab
The project description window allows you to configure various elements of your project......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
fImageSelect (Example)
Usage example of the fImageSelect function