ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.CheckUnaltered (Function)
Checks that one or all records in an unalterable table have not been modified (e.g. with a hexadecimal editor).
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
HInfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
<Connection>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
<Source>.Forward (Function)
Moves several records forward from the current position in the table, according to a specified item.
HCheckUnaltered (Function)
Checks that one or all records in an unalterable table have not been modified (e.g. with a hexadecimal editor).
<Table>.Save (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
<Source>.DeclareExternal (Function)
Temporarily imports into the current database schema the description of a table from an existing HFSQL table.
FileToMemory (Function)
Automatically initializes the values of the members of a structure or class with the values of the items of the current record.
<Source>.RetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
<Source>.Write (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.
HUnlockFile (Function)
Unlocks the records of a table: locked by HLockFile. individually locked by a locking read function....
<Source>.UnlockFile (Function)
Unlocks the records of a table: locked by HLockFile. individually locked by a locking read function....
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a table or query.
Browsing the HFSQL tables
The "Key" items are used to organize the records in a table in order to optimize the browse or the search......
<Source>.Backward (Function)
Moves backward several records from the current position in the table, according to a specified item.
HForward (Function)
Moves several records forward from the current position in the table, according to a specified item.
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
3. UML models in practice
WDD55 (Property)
The WDD55 property is used to: Get the name and full path of the Hyper File 5.5 WDD file. Set the name and full path of the Hyper File 5.5 WDD file....