ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Data source (Example)
Usage example of the Data source type
<Source>.ListSpatialKeys (Function)
Returns the spatial keys of a table (used in a query or view) recognized by the HFSQL engine.
<Source>.CheckUnaltered (Function)
Checks that one or all records in an unalterable table have not been modified (e.g. with a hexadecimal editor).
<Source>.UnlockFile (Function)
Unlocks the records of a table: locked by HLockFile. individually locked by a locking read function....
<Source>.Flush (Function)
Forces the operating system of the computer where the tables are found to write data onto the disk.
<Source>.Backward (Function)
Moves backward several records from the current position in the table, according to a specified item.
<Source>.RecordToString (Function)
Converts the content of the current record to string (in a table, HFSQL view, query, etc.).
MemZoneName (Property)
The MemZoneName property is used to: find out the name of the memory area used as data source for a report. modify the name of the memory area used as data source for a report....
SCM administrator: Managing branches
The SCM (Source Code Manager) administrator allows to you manage the branches of the different projects found in SCM......
6. Editing a page: zoning mode
<Source>.LogInfo (Function)
Adds comments to the log when saving the operation.
<Source>.Forward (Function)
Moves several records forward from the current position in the table, according to a specified item.
Body Complement block
The Body complement block is linked to the Body block......
HLogInfo (Function)
Adds comments to the log when saving the operation.
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
Cursor constants
List of constants used by the functions for managing cursors and the mouse...
How do I run a table with a filter?
How to discover WINDEV Mobile?...
ControlOver (Function)
Identifies the control hovered over with the mouse cursor.
HToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description. This file is neither encrypted nor password protected.
TableSwapBranch (Function)
Swaps the content of two rows (as well as their respective tree structure) in a TreeView Table control.
<TreeView Table>.SwapBranch (Function)
Swaps the content of two rows (as well as their respective tree structure) in a TreeView Table control.