ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
2. User-friendly editors in practice
User-friendly editors in practice...
13. 3-Tier architecture
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
Selecting the keywords associated with a page
The keyword selection window allows you to select the keywords to be associated with a help page......
WinDisableEffect (Function)
Disables the visual effects of the graphic engine of WINDEV (for a use in TSE mode for example).
InSimulatorMode (Function)
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
Events associated with an Ad control
WINDEV Mobile manages the following events by default (in order of appearance in the code editor):
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
H.ErrIgnore (Variable)
Specifies the mode for processing the errors: the errors are processed by WINDEV the errors are processed by the program....
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Detailed use of WINDEV FTP/RPC
3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
ScrollbarMaxPosition (Function)
Retrieves the maximum position of one of the horizontal or vertical scrollbars found in a control of a WINDEV application.
12. Available tests
Testing the WEBDEV Application Server setup with an example