ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Environment of the project editor
The main elements of the project editor are as follows:
grScatter3DDeleteAltitudeColor (Function)
Deletes the altitude colors specified by grScatter3DAltitudeColor.
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ......
Push notification
A mobile device can receive push notifications......
Step 6: User Groupware settings
If the site is configured to use the user groupware, the parameters of the groupware database can be configured during the setup......
Setup of a WEBDEV site: Automatic data file modification
The automatic modification of the data files allows updating the description of data files on the Web server......
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
HFSQL properties associated with the queries and views
List of HFSQL properties associated with the queries and views...
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
NotifListCategory (Function)
Lists the notification categories of the application.
WEBDEV concepts
ControlClone (Function)
Creates a new control from an existing control.
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
SemaphoreCreate (Function)
Creates a semaphore.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control......