ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The "Bubble" charts
A bubble chart shows the correlation between three variables using bubbles of different sizes: categories and values on the X and Y axes and an additional parameter.. The size of the bubble indicates the value of this third parameter.
fCompress (Function)
Compresses a file.
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....
MobileNetworkConnectionInfo (Function)
Returns information regarding the current connection to data on the mobile network.
diagLayout (Type of variable)
The diagLayout type is used to define all the layout characteristics of a diagram.
RegistryRename (Function)
Renames a key in the registry.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
H.NbRetry (Variable)
Indicates the number of attempts for locking the file or the record before giving control back to the program.
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
Renaming a project
Renaming a project is used ton modify the name of the project. All the elements linked to the project before it is renamed are kept.
Thumbnail (Property)
The Thumbnail property is used to find out and modify the image displayed in thumbnail in a Thumbnail control.
TimeUTC (Property)
The TimeUTC property gets and sets a Coordinated Universal Time (UTC).
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
Calling a procedure/a function
Syntax for calling a local or global procedure.