ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native MySQL 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 analysis......
Describing the replicated files (ReplicEdit)
A replication includes one or more data files......
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
grAddData (Function)
Adds a data into a chart.
SchedulerWorkingHour (Function)
Used to indicate the specific working hours per day in a Scheduler control.
GDPR: Concrete solutions
GDPR: General Data Protection Regulation...
7. Multilingual sites in practice
ImageInfoList (Function)
Returns the list of Exif tags available for the image used.
OLE DB: Required configuration
To handle a database via OLE DB, the following elements must be installed on the development computer and on the deployment computer......
Check Box control: Automatic features (AAF)
The Check Box control can benefit from several AAFs (Automatic Application Features) ......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
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......
SchedulerWorkingHourResource (Function)
Used to indicate the specific working hours per day and per resource in a Scheduler control.
Filling a Chart control
The data that will be displayed in the Chart control can come from......
Constants for the geo-localization functions
Constants used by the geo-localization functions...
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV site, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site....
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....