ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDXView: Overview
WDXView is an ActiveX browser...
Manipulating an ActiveX control programmatically
WINDEV allows you to manipulate an ActiveX control in WLanguage via...
The ActiveX control
The ActiveX control is used to easily manage the ActiveX technology...
grSurfaceAddData (Function)
Adds a data into a Surface chart.
grSurfaceAltitudeColor (Function)
Defines the color used for the altitude (Z axis) of a surface chart.
grSurfaceMesh (Function)
Enables or disables the mesh on a Surface chart.
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
CurrentWin (Function)
Identifies the window currently in edit.
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
Pre-launched sessions
A pre-launched session is a session of a Web site (or webservice) automatically started on the Web server from the WEBDEV Application Server......
Types associated with the Word processing
WINDEV and WEBDEV propose several types of variables allowing you to handle Word Processing documents......
inAppListPurchase (Function)
Returns the list of application products purchased by the user and not consumed.
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
EXE constants
List of constants used by the functions for managing executables....
grSurfaceMarksCaption (Function)
Allows you to specify the mark caption for a Surface chart.
grSurfaceGridlines (Function)
Displays the gridlines for the different planes of a Surface chart.
<Chart>.SurfaceMarkCaption (Function)
Allows you to specify the mark caption for a Surface chart.
<Chart>.SurfaceGridlines (Function)
Displays the gridlines for the different planes of a Surface chart.
5. User Groupware in practice
The different types of windows
The following types of windows can be created in a WINDEV application......
Zooming a window (AAF)
The end user can zoom the content of a window with the mouse......
<Chart>.ScatterAddDataXY (Function)
Adds a data into a "Scatter" chart.
grScatterAddDataXY (Function)
Adds a data into a "Scatter" chart.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
Recycle code windows
By default, a single code window is opened per ......