ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating the Relation pages of a WEBDEV RAD pattern
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
Reports
A report provides a custom view of data......
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
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....
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
ChangeStyle (Function)
Modifies the style of a control dynamically.
ScanCapability (Function)
Used to determine if a scanner has a given capability.
Events associated with pages
List of events associated with pages...
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
SpreadsheetSelectMinus (Function)
Deselects one or more cells in a Spreadsheet control found in a window.
AIDetect (Function)
Detects different elements in an image: object, faces, etc, ... This detection is achieved through artificial intelligence (AI).
fbSession (Type of variable)
The fbSession type is used to describe a connection to the Facebook service and to manage the authentication to this service.
Running the test of the User Groupware and installing it
CaptchaVerify (Function)
Checks whether the value typed by the user corresponds to the string displayed in a Captcha control.
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
Event (Example)
Usage example of the Event function