ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MySQL Native Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis...
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer a Native Connector for MySQL...
Creating a Pivot Table control
To create a Pivot Table control......
7. Creating HFSQL files: files physically created
The data model editor allows you to define the structure of the data files....
NFC: Transferring data
NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)......
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Creating a query
Two methods can be used to create a query......
Creating a select query
A select query (corresponding SQL statement......
3. Application development cycle
Development cycle of a WINDEV application....
.NET application
To create a.NET application from a project......
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
.NET Assemblies
.NET is Microsoft's software development platform......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
WINDEV Mobile concepts
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
Using .NET assemblies in a project
To use .NET assemblies in a project......
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....