ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NetDiskList (Function)
Lists the available disks: on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV, on the client computer. This function is kept for backward compatibility....
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
CameraCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
<Camera>.Capture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Calling a procedure/a function
Syntax for calling a local or global procedure.
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)......
RestartProgram (Function)
Ends the application and restarts it.
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
PythonAddPath (Function)
Adds the path to a directory or the path to the virtual environment to search for Python modules.
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Using the query result
The result of a select query can be used in......
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
NetDirList (Function)
Lists the directories and the files found: on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV, on the client computer. This function is kept for backward compatibility....
ShellExecute (Function)
Opens a document in its associated application.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
ExePriority (Function)
Returns or modifies the priority of an application currently run.
ExeListDLL (Function)
Returns the list of libraries (".DLL" files) used by one of the applications currently run.
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
SQLCodeExecuted (Property)
The SQLCodeExecuted property gets the SQL code of a query after replacing the parameters with a value.