ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

16. Java applications in practice
Java applications in practice...
Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):
Events associated with Peeling Corner controls
WEBDEV proposes the following events:...
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....
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
Events associated with a Sliding Banner control
WEBDEV manages the following events by default (order of appearance in the code editor)...
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
Events associated with a Rich Text Area control
WEBDEV manages the following events by default (order of appearance in the code editor)......
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Defining columns of Table controls programmatically
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server data files, the wizard allows you to......
Error 1014: The access to the member of the class is restricted by a private inheritance
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
HTMLAfter (Property)
The HTMLAfter property is used to get and change the HTML code inserted after the control.
Events associated with Carousel controls
List of events associated with Carousel controls...
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
Events associated with a Range Slider control
The following events are associated with Range Slider controls:...
Events associated with the TreeMap control
List of events associated with the TreeMap controls...
Error 701: The property is read-only
Events associated with the Pivot Table control