ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Looper control properties
You can manipulate Looper controls in a window or page using the following WLanguage properties......
Web Camera control properties
A Web Camera control found in a page can be handled in WLanguage by the following properties.
Properties associated with the attributes of a Looper control
The attributes of a Looper control found in a window or in page can be handled by the WLanguage properties......
Button control properties
Button controls in a window or page can be manipulated using different WLanguage properties......
The Duration control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Drawer control properties
List of properties associated with the Drawer control...
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
Remote WEBDEV administrator: Managing connections
The remote management tool is used to manage the connections to the dynamic WEBDEV sites....
How to read emails via the IMAP protocol?
This help page explains how to read emails via the IMAP protocol....
3. Deploying a dynamic WEBDEV site
Description window of a combining query
The description window of a combining query consists of several sections......
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......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology......
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
MenuAddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
4. When to use the debugger?
Count (Property)
Count keyword can correspond to: the Count function. This function returns the number of occurrences of a control in a window, page or group of controls. The Count property, which returns a number of elements. This property can be used on: the controls of a window or page. For more details, see Count. a xmlNode variable. a JSON variable....
Automatic positioning
When moving a control in a window, in a page or in a report, guides are automatically displayed by the real-time interface checker (also called automatic positioning)......
The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......
PageRateDDW (Function)
Allows you to find out and modify the rate of gray for the pages that use DDW (Dim disabled pages).
docHeaderFooter (Type of variable)
The docHeaderFooter type is used to define the text of the different paragraphs found in a page header or footer.
pdfPage (Type of variable)
The pdfPage type is used to define all the advanced characteristics of a page from a PDF document loaded in memory.
<Menu>.AddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.