ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HReadSeek (Example)
Usage example of the HReadSeek function
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
Managing space characters in the searches?
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
HRegenerateFile (Function)
Regenerates a data file from its log.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
Constants for managing arrays
List of constants used by the functions for array management....
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
HNotifConfigure (Function)
Specifies and configures the server used to send notifications by the HFSQL server.
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Other operators
The following are additional operators......
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
Project description: Options tab
The project description window allows you to configure various elements of your project......
HForward (Example)
Usage example of the HForward function
HSetPosition (Example)
Usage example of the HSetPosition function
7. Multilingual sites in practice
HDescribeItem (Example)
Usage example of the HDescribeItem function
SQLFirst (Function)
Positions on the first row of the query result.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.