ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
Supercontrol
A supercontrol is an advanced type of control......
PythonTerminate (Function)
Unloads the Python DLL and frees memory.
PythonExecute (Function)
Executes a function present in a Python module.
13. Types of standard controls
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
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.
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......
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)......
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......
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
The Spin control
A Spin control is used to increase or reduce a value found in a control......
iPrintImage (Function)
Sends the image file to print to the print buffer.
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)...