ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
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.
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
Constants for managing Wi-Fi functions
Constants for managing Wi-Fi functions...
sfExecuteQueryResult (Type of variable)
The sfExecuteQueryResult type is used to find out the result of SFForwardQuery and SFExecuteQuery...
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
HDescribeFile (Function)
Describes a data file programmatically.
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
XMLSign (Function)
Signs an XML document.
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......