ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
HExtractMemo (Example)
Usage example of the HExtractMemo function
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
Customizing the User Groupware
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
HPrevious (Function)
Positions on the previous file record according to a browse item.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Running the test of the User Groupware and installing it
HFileExist (Example)
Usage example of the HFileExist function
HListKey (Example)
Usage example of the HListKey function
HErrorInfo (Example)
Usage example of the HErrorInfo function
HNbRec (Example)
Usage example of the HNbRec function
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
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
HErrorDuplicates (Example)
Usage example of the HErrorDuplicates function
HRead (Function)
Reads a record in a file according to a given record number.
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
HChangeKey (Example)
Usage example of the HChangeKey function
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function
HReadLast (Example)
Usage example of the HReadLast function