ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Kanban>.Save (Function)
Updates the record bound to the current card in the Kanban control.
<Looper>.Save (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
<Spreadsheet>.Save (Function)
Saves the content of a Spreadsheet control in a file in XLSX format.
<Table>.Save (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
13. Types of standard controls
Usage example of the ServiceWaitStatus function...
<Source>.Save (Function)
Modifies the current record if it exists, otherwise adds a new record.
Defining specific character sets in HFSQL tables
When an application displays or saves data in HFSQL tables, this data is typed in the current language......
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
Live Data: viewing data in the editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
HModifyStructure (Function)
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization).
<Source>.ModifyStructure (Function)
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization).
Automatic data masking
Data masking is a process that transforms the data in an item that will be displayed to the user......
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
<Source>.Close (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
How to populate a TreeView control using a data file?
By default, the TreeView control cannot automatically display the data coming from a data file......