ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The OLE control
The OLE control is used to handle an OLE object...
Automation object
The Automation keyword is used to declare an automation object...
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
HDescribeFile (Function)
Describes a data file programmatically.
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
Value (Property)
The Value property is used to get and change the value of an element.
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
Error 122: The name of an Automation object must be a string
Type (Property)
The Type property is used to get and change the type of an element.
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
GetActiveObject (Example)
Usage example of the GetActiveObject function
CtExtendedInfo (Property)
The CtExtendedInfo property is used to get the additional information inserted into database connection string.
HMode (Function)
Changes the mode and the method for locking data files.
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.