ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Description window of a combining query
The description window of a combining query consists of several sections......
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
Creating a help file
WINDEV, WEBDEV and WINDEV Mobile allow you to create a help file and associate it with an application or website......
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
8. Smart controls
Ouvre une fenêtre de type popup en précisant sa position d'ouverture et attend sa fermeture....
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
10. Smart controls
Smart controls...
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
Test of a query
The query editor allows you to run the test of query result......
Resizing a window (AAF)
"Unit examples" pane
The "Unit examples" pane proposes the unit examples found in the different products......
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces......
Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
Configuring the development environment
WINDEV, WEBDEV and WINDEV Mobile propose different modes for using the development environment......
<Word Processing>.Insert (Function)
Inserts an object in a Word Processing control. The objects that can be used are: an element, a document, a paragraph, a text, an image, a fragment....
Link (Property)
The Link property is used to get and change the link of an element.