ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fSelectDir (Function)
Opens a directory picker.
fTrackStop (Function)
Stops monitoring a file or directory.
fTrackStopAll (Function)
Stops all current monitoring tasks on files and directories.
fListDisk (Function)
Returns the list of disks installed on the computer.
fInsertTextAtBeginning (Function)
Inserts text at the beginning of a file without overwriting the existing text.
fImageSelect (Function)
Opens the image picker of Windows.
fAddBuffer (Function)
Adds the content of a buffer at the end of a file.
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
fWebDir (Function)
Returns the physical name of the directory containing the images, the JavaScript files and the Java files of the WEBDEV site.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
<Variable DiskFile>OpenTempFile (Function)
Creates and opens a temporary file.
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
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).
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
Creating a query
Two methods can be used to create a query......
13. Types of standard controls
Code history
The code history is used to......
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
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.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......