ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
2. Projects in practice
2. Projects in practice
Discover the main operations that can be performed on a project....
Constants for managing Windows events
The following constants are used to manage Windows events:...
Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
14. Report templates
...Report templates are used to easily standardize report layouts....
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
Monitoring robot: General check parameters
The general parameters of the check must be defined when creating or modifying a check......
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
Utility components
WINDEV includes several utility components that allow you to handle data directly......
Printing in PDF format: Special cases
Specific features of print in PDF format...
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
Creating an executable: General options
The main executable options are as follows......
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
WinPasteForm (Function)
Pastes the content of a form stored in the clipboard.
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
2. User-friendly editors in practice