ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Welcome to Reports & Queries
Reports & Queries is used to......
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
Supercontrol
A supercontrol is an advanced type of control......
PythonTerminate (Function)
Unloads the Python DLL and frees memory.
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
PythonExecute (Function)
Executes a function present in a Python module.
13. Types of standard controls
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
ExeTerminate (Function)
Ends the execution of a 32-bit application on the current computer: all the instances of the executable are killed.
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)......
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......
Code history
The code history is used to......
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.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
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)...
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....