ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project description: Options tab
The project description window allows you to configure various elements of your project......
Project description: SCM tab
The project description window allows you to configure various elements of your project......
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
Project description: Languages tab
The project description window allows you to configure various elements of your project......
6. Internal window
Internal windows...
Error 1054: 'Ancestor' cannot be used outside the code of a class
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
How to develop a PHP site?
What is a PHP site?......
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Error 31: The file to include is not found. Check the name and path ...
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.)......
Multi-database queries
A query (typed in SQL code) can operate on different databases......
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Query editor
The query editor is used to automatically create queries on the data files......
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
7. Multilingual applications in practice
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
Context Menu control events
A Contextual Menu control can be manipulated in WLanguage in an Page with the following properties......
<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.
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
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.