ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Materialized view
A materialized view is a physical data source defined by an SQL query.
SQL view
An SQL view is a virtual 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...
WDLog: View a log file
WDLog is used to view the content of a log file...
MemoView (Function)
Displays the contents of a file from a "Memo" item in a web browser.
Viewing a window in 3 dimensions
Your window contains overlapping controls?...
Showing passwords (AAF)
By default, in password controls, characters are replaced with dots...
Viewing a report in 3D
Your report displays controls that overlap?...
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...
WDLog: Presentation
The different operations that can be performed with WDLog are as follows...
WDLog: Restore a data file from its log file
WDLog is used to apply to a backup of a data file the different operations saved in the log of this file...
NotesDeactivateView (Function)
Disables the view currently handled in Lotus Notes.
iAddBookmark (Function)
Adds a bookmark in the report viewer or when exporting to PDF.
<Source>.Delete (Function)
Deletes a record from a data file (query or view).
HDelete (Function)
Deletes a record from a data file (query or view).
NotesActivateView (Function)
Indicates the view that must be handled in Lotus Notes.
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
NotesViewListColumn (Function)
Lists the columns found in the current view in Lotus Notes.
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
<Source>.DeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
<Source>.RetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
<Source>.DeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
<Source>.Filter (Function)
Defines and enables a filter on a data file, view or query.
<Source>.FilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
<Source>.FilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
HFilter (Function)
Defines and enables a filter on a data file, view or query.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
iDocumentPrinted (Function)
Determines whether the user printed the document from the report viewer.
NotesViewSeekLast (Function)
Seeks the last document found in the current view in Lotus Notes.
NotesViewSeekFirst (Function)
Seeks the first document found in the current view in Lotus Notes.
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
<Source>.FilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
NotesListView (Function)
Returns the list of views found in the current Lotus Notes database.
1
2
3
4
5
6
34
>