ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HExecuteAsynchronousProcedure (Function)
Executes a stored procedure in asynchronous mode. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
HSubstDir (Example)
Usage example of the HSubstDir function
HExecuteProcedure (Function)
Runs a stored procedure.
The ActiveX control
The ActiveX control is used to easily manage the ActiveX technology......
HReadNext (Function)
Sets the position on the next table record according to a browse item.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
HPass (Function)
Defines the password used to create or open a data file.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
Window controls
Several types of controls can be used in a window, ......
HListLink (Function)
Returns the list of table bindings (Merise type) present: in the current database schema, in ongoing database schemas (projects with multiple database schemas). in a specific database schema....
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the table, view, query, ...).
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
SQLChangeConnection (Function)
Modifies the current connection.
HFSQL constants
List of constants used by the HFSQL functions....
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
HForward (Function)
Moves several records forward from the current position in the table, according to a specified item.