ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
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......
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
ERR_TIMEOUTINIT
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
Images, colors and tabs
To optimize the appearance of your screens, WINDEV, WEBDEV and WINDEV Mobile allows you to use images or colors in your tab controls......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Conditions for using the Ad control
The Ad control uses the AdMob SDK....
Manipulating Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to manipulate Context Menu controls programmatically......
Automatic error handling
Error handling can be customized for each process......
Universal replication
The purpose of universal replication is to keep several databases synchronized......
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
Handling a Linear Looper control through programming
WEBDEV allows you to handle a Linear Looper control through programming....
TabMDI (Property)
The TabMDI property is used to: Get the type of a Tab control (simple tab or dynamic tab - MDI). Change the type of a Tab control (simple tab or dynamic tab - MDI). This property is obsolete from version 200057. Use DynamicTab....
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
<Map>.ChangeStyle (Function)
Changes the style of the map displayed in the Map control. As of version 2025 Update 2, this function is no longer available. The management of map styles has been modified by Google. It is now necessary to define map styles in the Google platform and then use the MapIDGgl function to manage map styles....
MapChangeStyle (Function)
Changes the style of the map displayed in the Map control. As of version 2025 Update 2, this function is no longer available. The management of map styles has been modified by Google. It is now necessary to define map styles in the Google platform and then use the MapIDGgl function to manage map styles....
Breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
1. Database schema: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses tables, it must be associated with a database schema....