ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV and the SOAP protocol
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
ScanToPDF (Function)
Saves a document from a scanner to a PDF file.
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
Including the code
You want to include your code lines in a condition, in a structure, ......
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
Error (Function)
Displays a custom error message in a system error window.
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
InitialContent (Property)
The InitialContent property gets the initial content: of a List Box control populated programmatically. of a Combo Box control populated programmatically. of a "List of values" column in a Table control. in a Spreadsheet control....
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
grColumnAggregation (Function)
Defines the algorithm for aggregating data in a grouped or stacked Column chart.
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
FreeDLL (Function)
Frees the 32-bit library (DLL) that was loaded in memory by LoadDLL.
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....