ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step....
.NET object
To access a class......
The indexed controls
A control is an indexed control if it contains several controls with the same name......
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
The Dashboard control
Dashboards are essential elements in an application......
ContactCreate (Function)
Displays the window for contact creation of the native application for contact management found on the device (Android, iPhone or iPad, Universal Windows).
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
GDI+ framework
Some WINDEV features use the GDI+ framework......
HAddTask (Function)
Adds a scheduled task on the server defined by the connection.
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
SQL view
An SQL view is a virtual data source defined by an SQL query......
ERR_NOTADEVVERSION
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....
Standard FTP functions
List of standard FTP functions...
<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....
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
The Navigation Bar control
The Navigation Bar control is used to create a menu area that can easily adapt to the browser size......
Dialog box management functions
List of functions for managing dialog boxes...
15. Creating the executable in practice
Creating the executable in practice...
The .NET 2.0 control (WinForm)
The ".NET 2.0 control (WinForm)" is used to easily manage the.NET controls in WinForm format (for.NET 2.0)....
The Slider control (in a page)
WEBDEV proposes two types of sliders......
Check the "Responsive Web Design" pages
The pages in Responsive Web Design mode can be checked like any other WEBDEV page in the browser of your choice......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
1. Examples provided with WINDEV Mobile