ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a table, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
<Array type>.Contain (Function)
Searches for an element in a WLanguage array. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
The Dashboard control
Dashboards are essential elements in an application......
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
JWTCreateAssertion (Function)
Creates a JWT assertion. This new function is available from WINDEV Suite SaaS 2025 Update 1....
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
SocketWrite (Function)
Writes a message intended to another socket.
Error (Function)
Displays a custom error message in a system error window.
Manipulating Edit controls programmatically
You can manipulate Edit controls programmatically......
Installation directory
The setup wizard allows you to configure the installation directory of application....
zipNbPart (Example)
Usage example of the zipNbPart function
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
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.
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.