ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
21 results for: Vue
<Source>.DeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
SQL view
An SQL view is a virtual data source defined by an SQL query...
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view...
ExecutionCompleted (Property)
The ExecutionCompleted property is used to determine whether the execution of a query or view (HFSQL Classic or Client/Server) is completed.
<Source>.ViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
HViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
Recycle code windows
By default, a single code window is opened per ...
AWP without UI
Bootstrap, Angular, React, Vue...
Materialized view
A materialized view is a physical data source defined by an SQL query.
HViewToFile (Example)
Example of function use HViewToFile
HExecuteView (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.
<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.
Model - View - Presenter (MVP) F 9
MVP is the acronym for MODEL - VIEW - PRESENTER...
HCreateView (Function)
Creates an HFSQL view.
This function uses the former view mechanism.
<Connection variable>.UpdateView (Function)
Creates or updates the description of an SQL view or materialized view from the analysis to an HFSQL server.
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window...
notificationFormat (Variable type)
The notificationFormat type is used to describe the display format of a notification when it is expanded.
HUpdateView (Function)
Creates or updates the description of an SQL view or materialized view from the analysis to an HFSQL server.
HDataSourceKnown (Function)
Determines if a data source has been initialized.
<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).