ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed....
<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
Importing tables into the database schema (external database, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc, ...
<Source>.PrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Size (Property)
The Size property is used to determine and change the size of an element.
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
State (Property)
The State property is used to get and change the state of an element.
iParameter (Function)
Retrieves the printer configuration and configures the print.
Marker (Variable type)
The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control.
Thumbnail (Property)
The Thumbnail property is used to find out and modify the image displayed in thumbnail in a Thumbnail control.
Events associated with a Navigation Bar control
DDEUnLink (Function)
Interrupts a link between an item and a data.
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
JavaExecute (Example)
Usage example of the JavaExecute function
<Image>.Rotation (Function)
Rotates an Image control.
HViewToFile (Example)
Usage example of the HViewToFile function
TimeUTC (Property)
The TimeUTC property gets and sets a Coordinated Universal Time (UTC).
<Image>.DrawCircle (Function)
Draws a circle or an ellipse in an Image control.
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
3. Deploying a WINDEV application
GglListContactByRequest (Function)
Retrieves a list of contacts from custom parameters.
SAPConnect (Function)
Connects a SAP R/3 system from the information given in the SAP structure....