ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Remote control: Some examples of configuration
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
OpenAI: How to find the OpenAI key
Several features of WINDEV, WEBDEV and WINDEV Mobile use an OpenAI account ......
CameraParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
<Camera>.Stop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible" Camera controls....
VideoStop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible" Camera controls....
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced by their equivalent in HTML, etc.).
Key and referential integrity
In an analysis, the "Key" items are also used to manage the consistency of data (called referential integrity)......
7. Multilingual applications in practice
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
Variable scope
Variables can be declared anywhere in the code....
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites......
Creating an executable: Operating mode and library
The operating mode of an executable allows you to define whether the executable can be used by one or more users......
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
Step 5: Site parameters
Once the site installed, you can define the site connection options......
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
Handling Spreadsheet controls programmatically (in a report)
How to retrieve the analysis structure through programming?
This help page explains how to retrieve the analysis structure through programming....
Locking data files: correspondence between WINDEV 5.5 and the later versions
Accessing a database via a web service
The database can be accessed via a web service......
12. Managing tasks
The Project Management Hub allows the project contributors to manage their task schedule....
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......