ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
Configuring Reports & Queries
Reports & Queries is used to......
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes...
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls......
How to loop through a file using filters?
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis......
ImageState (Property)
The ImageState property is used to get and change the number of drawings in: The image associated with a button. The image of the cursor in a slider. The image associated with the button of a sidebar pane. The image associated with the button of a tab pane. The image associated with the Rating control. The image associated with a group in a Ribbon control. The image associated with a menu option....
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
Document (Type of variable)
The Document type is used to handle a "docx" document.
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator......
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
The Context Menu control (WEBDEV)
Context menus are often used in websites......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
docElementImage (Type of variable)
The docElementImage type is used to handle the characteristics of an Image element found in a docElement variable.
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
Managing duplicates in the TreeView controls
WINDEV and WEBDEV allow you to add duplicates into the elements of a TreeView control......
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
HChangeConnection (Example)
Usage example of the HChangeConnection function