ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project elements
The project includes windows, reports, queries, help files, sets of procedures, ...
The "Browser" pane
When a WINDEV, WEBDEV or WINDEV Mobile element (analysis, query, ...
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ...
Importing elements into a project
All the elements of a project (windows, reports, classes, sets of procedures, queries...
Do not show a message again
The environment of WINDEV, WEBDEV and WINDEV Mobile often displays warning windows......
Extracting the text of the project
The following text can be extracted......
11. External component
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
Runtime log
The runtime log is the best way to identify the most used features of an application......
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, ......
Manipulating a Layout control programmatically
A Layout control can be......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Organization chart linked to a data file
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
Importing a CSS style sheet
WEBDEV allows you to import a CSS style sheet into a WEBDEV project......
1. WEBDEV environment
WEBDEV Tutorial: WEBDEV overview Lesson 1 - WEBDEV environment - 5 min
Multilingual messages: Convert to new format (version 27 and later)
WINDEV, WEBDEV and WINDEV Mobile have included multilingual project support in many previous versions......
Task list
Each project can be associated with a task list......
The "Task list" pane
The "Task list" pane displays the list of tasks that must be performed......
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV......
AAF: Sort/Search/Filter on the columns of Table controls
10. Page templates
FolderWeb_15 (Function)
Caution: when migrating a project from WEBDEV 1.5 to WEBDEV 17: FolderWeb was replaced with FolderWeb_15. a warning is automatically generated in your project....
4. Multiple generation
Project configurations allow you to easily define the "target" platforms of the project....
The planes in WEBDEV
The planes are used to group the controls of an element......
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......