ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
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......
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Description window of a combining query
The description window of a combining query consists of several sections......
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Translating a text file with WDTRAD
Manipuler un champ Editeur_HTML par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Word Processing control events
WINDEV manages the following events by default......
Word Processing control functions
The following functions are used to manage Word Processing controls:...
Types associated with the Word processing
WINDEV and WEBDEV propose several types of variables allowing you to handle Word Processing documents......
<Word Processing>.StartModification (Function)
Indicates the start of a series of actions performed in a Word Processing control in a single event ("undo/redo")....
<Word Processing>.Add (Function)
Adds at the end of a Word Processing control: an element, a document, a paragraph, a text, an image or a fragment.
<Word Processing>.GoIntoEdit (Function)
Enters in edit in the Word Processing control in a specific document section: body, header or footer.
<Word Processing>.Close (Function)
Closes the docx file associated with the Word Processing control and frees the document.
<Word Processing>.EndModification (Function)
Indicates the end of a series of actions performed in a Word Processing control in a single event ("undo/redo")....
<Word Processing>.Print (Function)
Prints the content of a Word Processing control in "docx" format.
<Word Processing>.InsertTable (Function)
Inserts a table into a Word Processing control.
<Word Processing>.Open (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed....