ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc....
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
LST: The Technical Support Newsletter, the WINDEV and WEBDEV magazine
13. Security benefit: managing the "Back" button
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
WDDIXIO overview
Organizer report
The report editor gives you the ability to create "Organizer" reports....
<Source>.CancelDeclaration (Function)
Allows you to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
Writing to the Free Technical Support
When you encounter a problem, try to isolate it and to reproduce it by using the minimum number of elements......
Commands of the external interface
Executable: Project backup
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project......
HTransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
DisplayEvenIfNull (Property)
The DisplayEvenIfNull property is used to: Determine whether a row or column in a Pivot Table control is displayed even if it contains no value. Show or hide a row or column in a Pivot Table control if it does not contain any values....
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
HTTPCookieReplace (Function)
Replaces all the cookies stored for a domain: by HTTPRequest. by HTTPSend....
Nation (External language)
Defines the display language for the titles, captions, messages...
gglDocument (Type of variable)
The gglDocument type is used to handle a Google document...
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
GglGetLicense (Function)
Returns the text of license for using the Google libraries.
PVTFilter (Function)
Enables or disables a filter on a Pivot Table control.
LooperCollapse (Function)
Collapses a break that was expanded beforehand in a Looper control.