ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
<Window>.ToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. 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 window controls are automatically updated with the values of these controls. This function is also available for WEBDEV pages....
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Testing a project: setting
By testing the project you can simulate how the application will run......
Collapsed (Property)
The Collapsed property is used to: get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control. find out or modify the collapsed/expanded status for: the breaks of a Table control, the breaks of a Looper control, the break headers and footers of Table and Looper controls, a Drawer control, a Ribbon control, a Navigation Bar control. a Pivot Table control in a report....
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Project description: Style tab
The project description window allows you to configure various elements of your project......
Project description: SCM tab
The project description window allows you to configure various elements of your project......
FOR EACH/FOR ALL statement (browse of combinations)
The FOR EACH statement is used to browse the available values in the combinations.
FOR EACH/FOR ALL statement (browse of enumerations)
The FOR EACH statement is used to browse the available values in the enumerations.
2. WEBDEV administrator in practice
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
1. What is a website?
AAF: Chart on a table column
When a table column is a Numeric column, the end user can create a chart on the column data and therefore benefit from the power of charts created with WINDEV......
OBEXConnect (Function)
Used to connect to a device that supports the OBEX protocol. Reminder: The OBEX protocol is a protocol for exchanging data via Infrared and Bluetooth....
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
10. Embedded queries
<Page>.ToSource (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
<Source>.ToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description. This file is neither encrypted nor password protected.
<Source>.ExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
CtDescribedPassword (Property)
The CtDescribedPassword property allows you to set the password used to open the data file in an OLE DB connection (file defined in the code only).