ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
Val (Function)
Returns the numeric value of a character string.
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
diagActionAllowed (Type of variable)
The diagActionAuthorized type is used to define the actions available to end users on a diagram shape in the Diagram Editor control.
StreamConfigure (Function)
Specifies the network parameters required to use the Conference controls on Internet.
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
HModify (Example)
Usage example of the HModify function
2. Managing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......