ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
AAF: Pasting a row from one Table control into another
Table controls are used to view and manipulate data......
SOCKS5 protocol
SOCKS5 is a simple network protocol intended to standardize the use of proxies for applications......
HTML table
The HTML Table control allows you to create specific layouts in HTML pages......
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
HListConnection (Function)
Returns the list of connections currently described in the application: connections described in the data model editor (for the main database schema and, if necessary, additional database schemas). connections described by programming (with functions HDescribeConnection or HOpenConnection)....
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
Export your data to Excel
Export your data to Word
Saving entered data (AAF)
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
Sorts in a report
The sort is used to organize the information displayed in the report......
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
1. Project and analysis
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create reports that print the data found in a spreadsheet....
How to loop through a file using filters?
User Groupware and Client/Server data files
An application that uses the user groupware can be used with a HyperFileSQL database in Client/Server mode......