ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HRead (Function)
Reads a record in a file according to a given record number.
HErrorDuplicates (Example)
Usage example of the HErrorDuplicates function
HReadLast (Example)
Usage example of the HReadLast function
HExecuteQuery (Example)
Usage example of the HExecuteQuery function
NetSendMessage (Example)
Usage example of the NetSendMessage function
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user on the current Windows computer. on the phone....
SOAPRunXML (Example)
Usage example of the SOAPRunXML function
SOAPError (Example)
Usage example of the SOAPError function
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
fCreate (Function)
Creates an external file.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
Constants used for managing the multi-touch
Constants for managing the multi-touch...
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
HChangeKey (Example)
Usage example of the HChangeKey function
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
SOAPGetResult (Example)
Usage example of the SOAPGetResult function
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
HBuildKeyValue (Example)
Usage example of the HBuildKeyValue function
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
TwainToBMP (Function)
Allows you to perform one of the following actions: save the document coming from the Twain device in a Bitmap file (".BMP" extension). view the document coming from the Twain device in the user interface of the device. save the document coming from the Twain device directly in memory in Bitmap format (in a buffer)....
SOAPRun (Example)
Usage example of the SOAPRun function