ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating an executable file
Once the development of your WINDEV application is completed (windows, reports, queries, etc.)...
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer. Note: This feature is only available from WINDEV Suite SaaS 2025 - Update 2. For more details, see Using new features exclusive to WINDEV Suite SaaS 2025....
HFSQL tables exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large tables (up to 2 gigabytes)......
InSimulatorMode (Function)
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.
WinDisableEffect (Function)
Disables the visual effects of the graphic engine of WINDEV (for a use in TSE mode for example).
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):
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 ......
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
2025 new features brochure: WINDEV new features
What's new in WINDEV 2025 in the What's new 2025 brochure....
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......
Manipulating ListView controls programmatically
WINDEV allows you to programmatically manipulate ListView controls......
Selecting the keywords associated with a page
The keyword selection window allows you to select the keywords to be associated with a help page......
Push notifications
A mobile device can receive push notifications......
2. User-friendly editors in practice
User-friendly editors in practice...
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......