ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Environment of the window editor
The main elements of window editor are as follows:
Options of the window editor
To configure the general options of the window editor...
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
TextWidth (Function)
Calculates the width (in pixels) of the text displayed in an edit control, in a Combo Box control or in a Static control.
gpwOpenConnection (Function)
Opens a connection to a specific Client/Server database to manage the files of user groupware in Client/Server mode....
TextHeight (Function)
Calculates the height (in pixels) of the text displayed in an edit control, in a Static control or in a Combo Box control.
Managing assertions
...The main available features are as follows:...
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
RunReportsAndQueries (Function)
Starts Reports and Queries and opens the WINDEV project corresponding to the current application.
Programming an indexed control
The HTML Display control
The HTML Display control displays a web page in an application......
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
10. UMC: User Macro-Code
Handling Scheduler controls programmatically
A Scheduler control can be......
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
The TreeMap control
...The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way....
The Wire control
The Wire control is used to visually link 2 controls......
Properties of the modeling
The properties of the modeling group all the options of the modeling currently edited......
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
Telemetry: Main features
Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......
Sub-query
A sub-query is a query whose result is used by another query......
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....