ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Projects in practice
Discover the main operations that can be performed on a project....
Using .NET assemblies in a project
To use .NET assemblies in a project......
11. Table/Looper controls
Automatic data file modification: new date format
From WINDEV 7 and WEBDEV 7 version 149, new date and time formats are available for the Hyper File files......
Control constants
List of constants used by the functions for managing controls...
FolderData (Function)
FolderData is kept for backward compatibility.
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
Live Data: viewing data in the editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......
Native Oracle Connector: Specific features and remarks
Remarks and specific features of the Native Oracle Connector...
Associative array (Type of variable)
An associative array is an "advanced" type of array...
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
2. Projects in practice
mqttSession (Type of variable)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time......
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records in an HBase database.
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
WDScript: use in command-line and console mode
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
WDTrans: Delete the records in transaction
Transforms all the records "in transaction" into "normal" records if these records do not belong to a transaction currently in progress......
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
Setup of the WEBDEV Application Server for Linux
The installation package (or DVD, if provided) allows you to install...
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....