ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CharactType (Function)
Returns information about the type of character.
WDInst: Configuring the setup computer
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Handling the checks
The monitor of the monitoring robot allows you to access the different checks started by the monitoring robot......
Native Progress Connector: Specific features and remarks
Remarks and specific features of Native Progress Connector......
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
Managing ports (serial ports, parallel ports, USB ports, etc.)
Several devices can be managed directly via a management of the ports used by these devices to communicate with the computer......
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
Compression (Property)
The Compression property is used to manage data compression during a connection (HFSQL Client/Server, etc.)...
GglWrite (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
SemiDynamicPageDisplay (Function)
Displays a semi-dynamic page in the browser of the Web user from a dynamic or static WEBDEV page.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
Access (Property)
The Access property is used to manage the type of access of a connection (HFSQL Client/Server, OLE DB, etc.)....
WinInactiveEffect (Function)
Enables or disables the DDW (Dim Disabled Window) feature: for a specific window. for all the application windows....
HToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description. This file is neither encrypted nor password protected.
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
Python: Native calls
WLanguage allows for native Python calls......
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....