ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
HNext (Function)
Sets the position on the next data file record according to a browse item.
<Source>.Next (Function)
Sets the position on the next data file record according to a browse item.
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
<Source>.CheckStructure (Function)
Defines the mode for comparing data files.
HCheckStructure (Function)
Defines the mode for comparing data files.
<Table>.ToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
6. HFSQL Client/Server cluster
6. HFSQL Client/Server clusters
Limitations of WINDEV, WEBDEV and WINDEV Mobile
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
H.TemporaryDirectory (Variable)
Allows you to force the directory used to store the temporary files when reindexing the HFSQL data files.
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
<Source>.RetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
IWListDisplay (Function)
Refreshes the display of an "Internal window" control with automatic iteration on a data file or query.
<List Box>.Display (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file.
<Source>.Modify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
<Source>.First (Function)
Sets the position on the first record of a data file according to the specified browse item.
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
MaxAutoID (Property)
The MaxAutoID property is used to get the maximum automatic identifier of a replicated data file.
MinAutoID (Property)
The MinAutoID property is used to get the minimum automatic identifier of a replicated data file.
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.