ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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......
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
XML: Handling multi-gigabyte files
Starting with version 23, an XML parser is available to handle XML files that are multiple GB in size......
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
<Source>.ExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
LooperToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a table or populated programmatically).
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
Binding a Link control to an item
<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.
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.
Document (Property)
The Document property is used to identify or modify the HTML document associated with an HTML Display control or an HTML Editor control.
GDPR: Overview
GDPR (General Data Protection Regulation) will replace "Data Protection Directive" on 25th May 2018......
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......
<Source>.CheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
Configuring the automatic modification of data files
The automatic data file modification updates the description of data files on user computers......
WDInst: Configuring the automatic data file modification
The automatic data file modification updates the description of data files on user computers......
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
1
3
4
5
6
7
298
>