ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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).
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
zipCreate (Function)
Creates an archive.
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
Automatic management of exceptions
The management of exceptions can be customized by process......
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
Creating nested reports
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
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......
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......
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
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...
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...
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