ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Structure of data files of user groupware
Record (Type of variable)
The Record type is used to save the values of a record.
HJSONToRecord (Function)
Imports JSON data into the current record.
Creating the Form pages of a WEBDEV RAD pattern
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
<Source>.CreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Select query description window: Items that can be used
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
<Connection variable>.DescribeServerTrigger (Function)
Adds or modifies a server trigger.
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
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......
Native Progress Connector: Specific features and remarks
Remarks and specific features of Native Progress Connector......
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
HCloseConnection (Example)
Usage example of the HCloseConenction function
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min