ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HReadFirst (Function)
Sets the position on the first record according to a browse item.
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)....
HFileExist (Example)
Usage example of the HFileExist function
HErrorInfo (Example)
Usage example of the HErrorInfo function
HNbRec (Example)
Usage example of the HNbRec function
HListKey (Example)
Usage example of the HListKey function
Accessing a database via a web service
The database can be accessed via a web service......
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
HMergeView (Example)
Usage example of the HMergeView function
HChangeName (Example)
Usage example of the HChangeName function
HListItem (Example)
Usage example of the HListItem function
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....
HErrorDuplicates (Example)
Usage example of the HErrorDuplicates function
HChangeKey (Example)
Usage example of the HChangeKey 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.
HChangeName (Function)
Modifies the physical name of a data file.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
HReadLast (Example)
Usage example of the HReadLast function
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
HOut (Example)
Usage example of the HOut function
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
gpwOpenConnection (Function)
Opens a connection to a specific Client/Server database to manage the files of user groupware in Client/Server mode....
HModify (Example)
Usage example of the HModify function
HOpenConnection (Function)
Opens a connection to a specific database.