ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test...
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)......
Image drawing and processing functions (prefix syntax)
List of image drawing and processing functions (prefix syntax)...
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
WINDEV and telephony
WINDEV allows you to easily manage the incoming and outgoing phone calls via the WLanguage telephony functions......
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
AutoRunDelete (Function)
Stops the automatic execution of a WINDEV application.
Internal component description
The description of an internal component can opened at any time......
End of Document block
The End of document block is run once at the end of the report execution......
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls of a window......
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
Test of a query
The query editor allows you to run the test of query result......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
1. WINDEV editors
WINDEV editors...
7. Available controls in a window
WINDEV Mobile includes several types of controls...
General environment of WINDEV
LoadWDL (Function)
Loads a library of WINDEV objects in memory (.WDL).
Programming overview in C and C++