ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test...
TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
Properties associated with the control templates
Several WLanguage properties can be used to handle a control template in a window or in a page......
Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......
Switch control properties
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
Drawer control properties
List of properties associated with the Drawer control...
Looper control properties
You can manipulate Looper controls in a window or page using the following WLanguage properties......
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
Properties associated with the attributes of a Looper control
The attributes of a Looper control found in a window or in page can be handled by the WLanguage properties......
Button control properties
Button controls in a window or page can be manipulated using different WLanguage properties......
Image Editor control properties
You can manipulate Image Editor controls in a window using the following WLanguage properties......
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
Configuring the server for the CGI/AWP protocol
To use WEBDEV, a Web server must to be found on the computer where WEBDEV is installed......
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
The Organizer control
The Organizer control is used to display and handle organizers......
Automatic positioning
When moving a control in a window, in a page or in a report, guides are automatically displayed by the real-time interface checker (also called automatic positioning)......
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
Count (Property)
Count keyword can correspond to: the Count function. This function returns the number of occurrences of a control in a window, page or group of controls. The Count property, which returns a number of elements. This property can be used on: the controls of a window or page. For more details, see Count. a xmlNode variable. a JSON variable....