ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
20 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...
<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.
ExecutionCompleted (Property)
The ExecutionCompleted property is used to determine whether the execution of a query or view (HFSQL Classic or Client/Server) is completed.
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...
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 large windows (e.g. those that cannot be displayed entirely in the editor), WINDEV and WINDEV Mobile allow you to use several views of a single 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.).