ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Duplicating a project
Duplicating a project allows you to have two identical projects with the same name but found in different directories......
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Share your projects via Git
Git is a source code manager......
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
Multilingual project
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
Configuring the IIS 7/7.5 server
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
Error 1004: To explicitly access an element of the base class '%1', use the syntax
<Array>.Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
Data model editor: types of links
Several types of links can be found between the files......
Error 1005: To explicitly access a global element of '%1' class, use the syntax
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
Creating and handling an item
The main operations that can be performed on an item are as follows......
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
Cardinalities
The cardinalities are used to count the links between the files......
27. Center or anchor a site horizontally
Snap-on grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid......
How to use an array of structures?
An array of structures is an Array variable......
Conceptual Data Model (CDM)
In the MERISE methodology, the conceptual data model defines the objects and the actions that must be taken into account in the database......
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......