ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL tables.
Events associated with the project
List of events associated with the project...
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.
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
LDAPDeleteAttribute (Function)
Deletes an attribute as well as its values.
Error 1003: The element does not exist in the class
HExecuteProcedure (Function)
Runs a stored procedure.
SQLChangeConnection (Function)
Modifies the current connection.
2. Projects in practice
Discover the main operations that can be performed on a project....
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
LDAPDeleteAttributeValue (Function)
Deletes a value of a specified attribute.
Installing a SOAP server with Apache
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
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.
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
Various WEBDEV constants
Various WEBDEV constants...
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.