ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "Bubble" charts
A bubble chart shows the correlation between three variables via 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.
zipNbPart (Example)
Usage example of the zipNbPart function
SocketWrite (Function)
Writes a message intended to another socket.
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....
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
Developing 64-bit sites
You can deploy 64-bit compatible sites......
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW authentication.
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
iPrintReport (Function)
Prints a report created with the report editor.
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
Comparison operators
The comparison operators can be divided into several categories......
Automatic error handling
Error handling can be customized for each process......
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
WDZip: Overview
WDZip is used to compress and group your files in archives......
CriticalSection (Function)
Enables a name or on-variable critical section in the statement USING ... IN.
Types of Edit controls
Error 532: The size of the string to extract must be strictly positive
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.