ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
Describing the replicated files (ReplicEdit)
A replication includes one or more data files......
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
<Source>.Add (Function)
Add: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
Structure (Type of variable)
A structure is a custom type of data...
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
<Looper>.ToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically).
<Source>.DuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
Sub-query
A sub-query is a query whose result is used by another query......
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
Start of Break block (Break header)
The Start of break block is optional......
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
iParameterDuplicate (Function)
Configures the automatic creation of the duplicate copy generated during the next print.
<httpResponse variable>.GetCookie (Function)
Retrieves cookies read in the httpResponse variable (containing the result of HTTPSend).
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
<Destination>.CopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
HCross (Function)
Crosses a record in a data file.
HRegenerateFile (Function)
Regenerates a data file from its log.
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
grAddData (Function)
Adds a data into a chart.
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......