ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Designation of current element (Reserved word)
The keywords used to identify the current element are:
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
<List Box>.Count (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
<Calendar>.SelectCount (Function)
Returns the number of days selected in a Calendar control.
<List Box>.SelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete...
Window for quick selection
You are searching for a project element? You only know part of its name? Press [CTRL]+[E] to open the quick selection window...
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project...
<Chart>.Color (Function)
Returns and initializes the color of different chart elements.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
Array (Variable type)
An array is a structured type used to group together a set of elements of the same type...
<Organization Chart>.Occurrence (Function)
Returns the number of elements found in an Organization Chart control.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed...
Link control associated with an item containing an email address
In a database, the email address of customers, suppliers, ......
6. Multiple generation
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
Sub-modeling
In a flexible modeling, the "Application", "Process" and "Choice" elements can be used to enter...
Selecting the keywords associated with a page
The keyword selection window allows you to select the keywords to be associated with a help page......
Import from previous versions
To install a dynamic WEBDEV site on a web server, you will need deployment accounts......
SCM administrator: Managing branches
The SCM (Source Code Manager) administrator allows to you manage the branches of the different...
Using an external component in an application
A component can be reused at any time in any application......
How to create a patch?
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information...
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
The "Project Management Hub" pane
The "Project Management Hub" pane displays the tasks assigned to the current developer......
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set...
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed...
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified...
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
Developing sites for specific platforms
Many devices can be used to display websites (Android phone, iPhone, etc....
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
Context menu of Organizer controls (AAF)
Each Organizer control found in a window proposes a menu to the user......
2. User-friendly editors in practice
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......