ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
.NET object
To access a class......
The indexed controls
A control is an indexed control if it contains several controls with the same name......
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....
Warning 124: Shadowing a global variable
User Control Center: Available network applications
The User Control Center is used to list the applications for which a network setup was created......
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....
HListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
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)....
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
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
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....
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
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....
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......
The Slider control (in a page)
WEBDEV proposes two types of sliders......
1. Examples provided with WINDEV Mobile