ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Calling a procedure/a function
Syntax for calling a local or global procedure.
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
HSuggestKey (Function)
Returns a list of keys to add to data files to improve query performance.
iReset (Function)
Reinitializes the print settings (margins, font, paper format, orientation, ...) stored in the print library.
iSkipLine (Function)
Forces one or more line break.
App shortcuts
App shortcuts are an Android feature that allows users to quickly perform specific actions in an application without having to open the full application......
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Events associated with an infinite Progress Bar control
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms...
WINDEV 2025 Update
Here are the new features and improvements that you will discover in this version......
Asc (Function)
Returns the ASCII code of the specified character.
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
RestartProgram (Function)
Ends the application and restarts it.
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
Python functions
The Python functions are as follows......
PythonAddPath (Function)
Adds the path to a directory or the path to the virtual environment to search for Python modules.
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...