ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Certificate functions (prefix syntax)
The following functions are used to handle Windows certificates, using prefix syntax:
Scanning a document (via a WIA driver)
Windows Image Acquisition (WIA) is a Windows device driver interface and API that allows applications to scan documents using a scanner......
Remote HFSQL administrator: Overview
...The remote HFSQL administrator is a WEBDEV site installed with the WEBDEV application server and used to remotely manage the HFSQL Client/Server databases installed on the Web server......
1. Deploying a static site
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
Manipulating a Layout control programmatically
A Layout control can be......
<PDF reader>.InfoXY (Function)
For a given position (coordinates of a point) in a PDF Reader control, returns one of the following: the page number for the specified position, the X-position (in mm) for the specified position, the Y-position (in mm) for the specified position....
PDFReaderInfoXY (Function)
For a given position (coordinates of a point) in a PDF Reader control, returns one of the following: the page number for the specified position, the X-position (in mm) for the specified position, the Y-position (in mm) for the specified position....
GeometryCross (Function)
Compares two geometries and determines if their intersection spatially crosses.
<PolygonGeo variable>.Equal (Function)
Determines whether two geometries are spatially equal, i.e. whether the first geometry is included in the second, and vice versa.
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
Principle of remote check
WEBDEV proposes several methods for deploying a dynamic site......
WDBal messaging: Reading messages
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily read the incoming messages......
ReplicInfo (Function)
Returns information about a replication.
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server......
Automatic update (Network applications)
This step of the wizard allows managing the automatic updates of the applications from the reference server....
Setup in MSI format
You can create MSI installers......
<Ansi string type>.Complete (Function)
Returns a character string of a specified length.
<ANSI String type>.Contains (Function)
Allows you to check if a substring is within a string.
<ANSI String type>.Right (Function)
Extracts the right part (i.e., the last characters) from a string or buffer.