ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Analysis editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
Driver (Property)
The Driver property is used to get the video capture driver the Camera control is associated with.
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
Error 809: The * character cannot be used as mandatory parameter in a function
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
LDAPMode (Function)
Modifies the operating mode of an LDAP session.
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
sfMergeResult (Type of variable)
The sfMergeResult type is used to find out the result of SFMerge...
btleService (Type of variable)
The btleService type is used to handle a Bluetooth Low Energy service ("Bluetooth GATT Service").
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
Optimizing the connection times to the HFSQL Client/Server databases
This help page explains how to optimize the connection times to the HFSQL Client/Server databases by limiting the network traffic......
grInterval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
MongoAdd (Function)
Adds one or more documents into a collection of MongoDB database.
Constants for managing emails
List of constants used by the functions for managing emails....
EmailGetAll (Function)
Retrieves all the emails found on a server.
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
SpreadsheetInsertRow (Function)
Inserts an empty row into a Spreadsheet control found in a window.
SpreadsheetInsertColumn (Function)
Inserts an empty column into a Spreadsheet control found in a window.
TreeListItem (Example)
Usage example of the TreeListItem function
CameraChangeDriver (Function)
Connects the "Camera" control to a specific driver for video capture.
FTPListFile (Example)
Usage example of the FTPListFile function
Close (Function)
Closes a WINDEV window (and returns a value if necessary).