ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "Image catalog" pane
The "Image catalog" pane is a context-sensitive image catalog......
Java application and WINDEV
A Java application is an application entirely compiled in Java......
Creating a help file
WINDEV, WEBDEV and WINDEV Mobile allow you to create a help file and associate it with an application or website......
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
Using the Salesforce service
Salesforce is a very popular CRM software......
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
User Groupware and Client/Server data files
An application that uses the User Groupware can be used with an HFSQL database in Client/Server mode......
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Images, colors and tabs
To optimize the appearance of your screens, WINDEV, WEBDEV and WINDEV Mobile allows you to use images or colors in your tab controls......
Printing nested reports
To create a main report containing several secondary reports:...
Reports and Queries 2024: New WLanguage features
In version 28, new functions have been introduced and some of them have been improved......
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
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"...
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
ERR_BUTTON_EXPECTED
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Including a supercontrol in a window or in a page
4. Dedicated server or shared server?
Creating an executable: Operating mode and library
The operating mode of an executable allows you to define whether the executable can be used by one or more users......
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......