ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HModify (Function)
Modifies the specified record or the record found in memory in the table (query or view).
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HReadLast (Example)
Usage example of the HReadLast function
HOut (Example)
Usage example of the HOut function
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function
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.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
HChangeKey (Example)
Usage example of the HChangeKey function
HModify (Example)
Usage example of the HModify function
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
HMode (Function)
Changes the mode and the method for locking tables.
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
HOpen (Function)
Opens a data file.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
Functions for managing objects (External language)
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 programmatically. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
HChangeName (Function)
Modifies the physical name of a table.