ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
WLanguageCodeGetCSSDeclarations( Function)
Returns the CSS style sheet corresponding to a theme in the WLanguage code.
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<WDPic variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
Camera control: decoding the bar codes (prefix syntax)
In iOS and Android, the bar codes can be decoded via the Camera control by BCCapture......
Programming Table controls based on a data file (prefix syntax)
This page explains how to program Table controls based on a data file......
Pyramid charts
Pyramid charts allow you to view data in descending order......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
Handling TimeLine controls programmatically
A TimeLine control can be......
ERR_MSG_BOX
Rich text, links and images in the WEBDEV controls
Rich text supports multiple advanced features: font, weight, size, color, attribute, ......
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......
Error 1014: The access to the member of the class is restricted by a private inheritance
The home page
The home page is the first page of your site......
Events associated with a Range Slider control
The following events are associated with Range Slider controls:...
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
Progress Bar control functions
The following functions are used to manage Progress Bar controls in a WEBDEV page:...
Events associated with Peeling Corner controls
WEBDEV proposes the following events:...
Events associated with Carousel controls
List of events associated with Carousel controls...
HClusterIgnoreSynchro (Function)
Defines a node of the HFSQL cluster as data source to perform the cluster synchronization.
NotifAdd (Function)
Adds a notification into the system bar of device (Android) or into the notification center (iOS).
Events associated with the TreeMap control
List of events associated with the TreeMap controls...
Error (External language)
Displays a dialog box containing an error logo and the message passed in parameter.