ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to manage a combination through programming?
A combination is a type of variabble containing a list of values....
Handling an ActiveX by programming
WINDEV allows you to handle an ActiveX control in WLanguage via......
Image editor
WINDEV, WEBDEV and WINDEV Mobile include an image editor......
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
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......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
The "Modifier"pane
The "Modifier" pane is used to view and/or modify, from the window editor, page editor or report editor, the main characteristics......
"Syntax help" pane
The "Syntax help" pane displays a short help text for the function being entered......
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
HRSInfo (Function)
Reads the replication configuration for an HFSQL server that takes part in one or more replications.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
<ANSI String type>.Right (Function)
Extracts the right part (i.e., the last characters) from a string or buffer.
<Connection variable>.RSInfo (Function)
Reads the replication configuration for an HFSQL server that takes part in one or more replications.
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
Managing HFSQL Client/Server files
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files......
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
AAF: Zoom the content of a control (Table, Spreadsheet, List box, Pivot table, ...)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control......
Multi-project search
Performing a search in the current project is a common operation......
Client/Server transactions: Available isolation modes
The HFSQL engine proposes to isolate the transactions......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Managing accessibility on Mobile
On smartphones and tablets, there is an operating mode designed for visually impaired and blind users......
Programming Table controls based on a data file (prefix syntax)
This page explains how to program Table controls based on a data file......
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
Programming Looper controls based on a data file (prefix syntax)
These are the main concepts for programming Looper controls based on a data file......