ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

4. WEBDEV, WINDEV and WINDEV Mobile: fully compatible format
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
Android Control Center
Do you know where to find your application log files?...
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
TabMDI (Property)
The TabMDI property is used to: Get the type of a Tab control (simple tab or dynamic tab - MDI). Change the type of a Tab control (simple tab or dynamic tab - MDI). This property is obsolete from version 200057. Use DynamicTab....
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Operations performed on collaboration diagrams
The following paragraphs explain......
Operations performed on component diagrams
The following paragraphs explain......
Operations performed on activity diagrams
The following paragraphs explain......
Handling a Conceptual Data Model (CDM)
The main operations that can be performed on a CDM are as follows......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
15. Cookies: information stored on the end user's computer
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
Creating requirements
The following steps must be performed to implement the requirements......
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Binding an OLE control to an item
An OLE control can be bound to an item in a data file, query, etc....