ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer a Native Connector for MySQL...
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 database schema...
<Connection variable>.SetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
HStatTime (Function)
Returns the time of the last update for the index statistics.
<Source>.CreateIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
<Source>.DuplicateRecord (Function)
Duplicates the record read in a table: the record found in memory is added into the table (query or view).
<Source>.Cross (Function)
Crosses a record in a table.
HInfoItemRights (Function)
Gets the rights granted to a user or group on an item.
<Source>.Creation (Function)
Creates an empty table (extension ".FIC") with index file, full-text index file, spatial index file, and memo file if required.
<Source>.First (Function)
Sets the position on the first record of a table according to the specified browse item.
<Source>.StatTime (Function)
Returns the time of the last update for the index statistics.
The Control Centers
Control Centers provide a global vision of a given area, whether on the development phase, on an operating site, or on application maintenance or improvement......
<Source>.Delete (Function)
Deletes a record from a table (query or view).
<Source>.FilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Warning 18: Loop without potential end
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
HStatDate (Function)
Returns the date of the last update for the index statistics.
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
LinestringGeo (Variable type)
The LinestringGeo type is used to define all the advanced characteristics of a geographic linestring.
HErrorLock (Function)
Used to check whether a lock error occurred.
HDescribeLink (Function)
Describes a link between two tables programmatically.
GeometrySerializeWKT (Function)
Serializes a geometry using the Well-Known Text (WKT) format.
<PolygonGeo variable>.SymmetricDifference (Function)
Calculates the symmetric difference between a geographic polygon and another geometry.