ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using Java code
You have the ability to enter Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
CameraStartDecoding (Function)
Starts decoding bar codes in a Camera control.
<Camera>.StartDecoding (Function)
Starts decoding bar codes in a Camera control.
CameraStopDecoding (Function)
Stops decoding bar codes in a Camera control.
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
Storing the breaks in the Table/Looper controls (AAF)
When end users work on a complex Table or Looper control with multiple breaks, they may want to save the current layout......
1. RAD (Rapid Application Development)
1. RAD (Rapid Application Development)
8. Binding controls to data
A window can display information from......
The "Code snippets" pane
The "Code snippets" pane lists the code snippets currently available......
Execute (External language)
Runs the code of a control or the code of a procedure in WLanguage.
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
Error 1009: The member of the class is private
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
Image editor: Features
The image editor includes several features......
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
JavaExecute (Example)
Usage example of the JavaExecute function
Reloading a document
To reload a document, ......
The "Context-sensitive code view" pane
The "Context-sensitive code view" pane allows you to view and edit the code of the element (window, page, report, control, etc....
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Drag and Drop management functions
The following functions are used to manage Drag and Drop:...
Events associated with pages
List of events associated with pages...
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......