ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQL view
An SQL view is a virtual data source defined by an SQL query...
Materialized view
A materialized view is a physical data source defined by an SQL query.
WDMap: View records in a data file
WDMap is used to view the records found in a data file...
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...
Viewing a report in 3D
Your report displays controls that overlap?...
Viewing a window in 3 dimensions
Your window contains overlapping controls?...
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example)....
<Source>.CreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
<Source>.DeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
<Connection variable>.ModifyViewRights (Function)
Modifies the rights granted to a user or group on an SQL view or on a materialized view.
HDeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
HModifyViewRights (Function)
Modifies the rights granted to a user or to a group on a SQL view or on a materialized view.
HUpdateView (Function)
Creates or updates the description of an SQL view or materialized view from the analysis...
HInfoViewRights (Function)
Allows you to find out the rights granted to a user or to a group on an SQL view...
<Connection variable>.InfoViewRights (Function)
Allows you to find out the rights granted to a user or to a group on an SQL view...
<Connection variable>.UpdateView (Function)
Creates or updates the description of an SQL view or materialized view from the analysis...
<Source>.ViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross)...
TwainToControl (Function)
Allows you to : view the document coming from the Twain device in an Image control. view...
HViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross)...
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found...
<Source>.Add (Function)
Add: the record found in memory into the data file (query or view). the record found...
ViewName (Property)
The ViewName property is used to: find out the name of the HFSQL view, data source of a report...
iParameterViewer (Function)
Configures the report viewer.
<Connection variable>.InfoView (Function)
Returns information about a materialized view.
HInfoView (Function)
Returns information about a materialized view.
HDropView (Function)
Removes a materialized view from the HFSQL server.
<Connection variable>.RefreshView (Function)
Asks to recalculate the content of a materialized view.
<Variable Connexion>DeleteView (Function)
Removes a materialized view from the HFSQL server.
HRefreshView (Function)
Asks to recalculate the content of a materialized view.
1
2
3
4
5
6
34
>