ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

grAddData (Function)
Adds a data into a chart.
WDInst: Configuring the setup computer
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
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......
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......
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
Constants for managing the windows
List of constants used by the functions for managing the windows...
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
SchedulerWorkingHour (Function)
Used to indicate the specific working hours per day in a Scheduler control.
GDPR: Concrete solutions
GDPR: General Data Protection Regulation...
Manager of automated tests
The test manager is used to......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
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) ......
7. Multilingual sites in practice
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.