ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
Python: Use in WLanguage
WLanguage supports Python functions in native mode......
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut on a button......
12. Retrieving data from a site
Handling an internal component
An internal component is a set of elements from a project......
Error 301: Unknown identifier
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications......
6. Editing a page: zoning mode
12. External component
An external component is a set of WINDEV elements: windows, reports, analysis, etc....
11. Table/Looper controls
Table/Looper controls can be used to display a set of information......
Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
The Toolbar control
The Toolbar control is an advanced type of control, linked to a window......
Project Management Hub: Managing contributors
Contributors are the people who take part in one or more projects......
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
Standard FTP functions
List of standard FTP functions...
Handling an Edit control programmatically
You can handle Edit controls programmatically......
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
Connection
The Connection keyword can correspond to: the Connection variable. the Connection property used to get and change the connection currently associated with a data file. For more details, see Connection. the Connection property of a hbScanParameter variable....
Error 1012: The class member is not global: it cannot be accessed from a global method
AAF: Increasing the height of the rows in the Table or Looper controls
In Table, TreeView Table and Looper controls, the user can resize the height of rows, in read-only or in edit......