ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described by HDBDescribeFile.
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
WEBDEV license agreement
WEBDEV license agreement...
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
zipNbPart (Example)
Usage example of the zipNbPart function
SocketWrite (Function)
Writes a message intended to another socket.
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
Developing 64-bit sites
You can deploy 64-bit compatible sites......
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
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.
Error (Function)
Displays a custom error message in a system error window.
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
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.
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.