ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HChangeKey (Example)
Usage example of the HChangeKey function
HReadLast (Example)
Usage example of the HReadLast function
HOut (Example)
Usage example of the HOut function
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
HOpen (Function)
Opens a data file.
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
HModify (Example)
Usage example of the HModify function
Specific features of the Express version
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
HChangeName (Function)
Modifies the physical name of a data file.
HMode (Function)
Changes the mode and the method for locking data files.
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.
HDescribeItem (Example)
Usage example of the HDescribeItem function
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.
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
HNext (Function)
Sets the position on the next data file record according to a browse item.