ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Social Network control
The "Social network" control is a toolbar containing icons used to establish the link to the main social networks of the Web......
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......
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
diagPath (Type of variable)
The diagPath type is used to define all the advanced characteristics of a Path shape (equivalent to a polygon that can include rounded lines).
Private Store for mobile applications
There are two methods two deploy your applications......
XML management: Use example
This application example manages an XML file named "Orders......
Refreshing a page
Refreshing a page consists in re-displaying a page that is already open in the browser......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
grSourceSeries (Function)
Defines the source of a series.
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
KanbanInfoXY (Function)
For a given position (coordinates of a point) in a Kanban control, returns one of the following: the number of the card at that position, the number of the list at that position...
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Creating a Java archive
When your Java application is developed, you can......
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......
AutoRefresh (Property)
The AutoRefresh property is used to: Find out whether the data found in the series is automatically recalculated whenever grDraw is called Modify the mode for recalculating the data found in the series....