ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Financial constants
List of constants used by the financial functions....
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
Background (Type of variable)
The Background type defines the advanced characteristics of the element background.
BrowserName (Function)
Returns the name of the browser of the Web user ("user agent").
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......
inAppCheckSubscription (Function)
When starting the iOS application, checks whether the In-App subscriptions have been renewed.
Creating nested reports
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
MCI constants
List of constants used by the MCI functions....
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
MultimediaVolume (Function)
Returns or modifies the sound volume of the multimedia file played in a Multimedia control.
HRead (Function)
Reads a record in a file according to a given record number.
iTextHeight (Function)
Calculates the height of the font for the text to print (in millimeters).
LDAPStartAdd (Function)
Initializes the addition of a new object into an LDAP server.
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
notificationCategory (Type of variable)
The type notificationCategory makes it possible to define all the advanced characteristics of a notification category.
Size (Property)
The Size property is used to determine and change the size of an element.
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Properties associated with windows, pages and controls
List of properties associated with windows, pages and controls...
WITH
Factorizes the expression of an element on which several sub-elements or properties are accessed.