ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
Conversion (Function)
Converts a value from a unit to another one.
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.
GglDelete (Function)
Deletes data from the Google server.
CheckBoxAdd (Function)
Adds a new option into a Check Box control.
Glossary
The glossary lists all the abbreviations used in the code editor......
3. Deploying a WINDEV application
fDelete (Example)
Usage example of the fDelete function
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
Help editor options
The options of the help editor ("Display......
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
ComponentInfo (Function)
Returns information about a component.
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
OLELoad (Function)
Initializes an OLE control with an OLE object.
Constants for external files
List of constants used by the functions for managing external files....
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
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....
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....