ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Supercontrol
A supercontrol is an advanced type of control......
fListFile (Function)
Lists the files found in a directory and returns the list of files.
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
SQLSeek (Function)
Positions on the specified result row of the query.
SQLModify (Function)
Modifies the content of a row in the query result.
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
PythonExecute (Function)
Executes a function present in a Python module.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
ExeTerminate (Function)
Ends the execution of a 32-bit application on the current computer: all the instances of the executable are killed.
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
The user version of query editor (Reports & Queries)
A query is used to interrogate a database in order to view, insert, modify or delete data......
AI in the code editor
WINDEV, WEBDEV and WINDEV Mobile include a series of AI-based features......
Programming Looper controls based on a data file (prefix syntax)
These are the main concepts for programming Looper controls based on a data file......
Programming Looper control attributes (prefix syntax)
All the looper attributes can be handled by programming......
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...