ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
mongoGridFS (Type of variable)
The mongoGridFS type is used to define the advanced characteristics of a file system for a MongoDB database.
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
AutomaticLink (Property)
The AutomaticLink property is used to: determine if the automatic link detection mode is enabled, enable or disable the automatic link detection mode....
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
Environment of code editor
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control.
NullAllowed (Property)
The NullAllowed property is used to manage the NULL value in the items of HFSQL data files.
GetDefinition (Function)
Retrieves the definition of element type.
hScheduledOptimization (Type of variable)
The hScheduledOptimization type is used to programmatically manage a scheduled optimization task on an HFSQL server.
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
httpProgress (Type of variable)
The httpProgress type is used to manage the progress when sending or receiving an HTTP request.
EventOpen (Function)
Opens a synchronization event between several threads.
btleDevice (Type of variable)
The btleDevice type allows you to handle a device that uses the Bluetooth Low Energy technology.
btleCharacteristic (Type of variable)
The btleCharacteristic type is used to handle a characteristic of a Bluetooth Low Energy service.
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
Report blocks
A printed report includes several sections......
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.