ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
HFSQL management functions
List of functions for HFSQL management...
<Source>.TransactionFree (Function)
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction.
<Source>.SetTransaction (Function)
Enables or disables the management of transactions for one or more files.
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
<Source>.ChangeConnection (Function)
Dynamically changes the connection associated with a data file.
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
<Connection variable>.TransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
Project Management Hub: Configuration
All contributors must provide details about their work schedule so that project management tools reflect reality......
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
List of extension attributes
The list of extension attributes ......
iPrintBlock (Function)
Forces a report block to print.
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Data model editor: types of links
Several types of links can be found between the files......
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
Constants for managing ports
List of constants used by the functions for port management (serial and parallel ports)...