ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
Table, List Box and Combo Box controls bound to queries
A Table, List Box, or Combo Box control can be used to display the content of a table or query......
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
SCM: Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the table, filter, view or query.
Pop (Function)
Pops an element from a stack.
<Stack variable>.Pop (Function)
Pops an element from a stack.
<Chart>.SourceSeries (Function)
Defines the source of a series.
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
<Organizer>.Display (Function)
Reinitializes the content of an Organizer control from its data source (HFSQL data file for example).
<Source>.Previous (Function)
Sets the position on the previous record of the table according to a browse item.
<Source>.Declare (Function)
Declares a description of table (found in a database schema) in the current project.
<Source>.ChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server table....
<Source>.ReadNext (Function)
Sets the position on the next table record according to a browse item.
<Source>.Next (Function)
Sets the position on the next table record according to a browse item.
<Source>.ReadLast (Function)
Sets the position on the last record of a table according to a browse item.
<Source>.Last (Function)
Sets the position on the last record of a table according to a browse item.
<Source>.Alias (Function)
Creates a logical alias of a table (or query) or cancels all existing aliases.
<Source>.ActivateFilter (Function)
Enables the filter that was previously created for the specified table (view or query).
ViewName (Property)
The ViewName property is used to: find out the name of the HFSQL view, data source of a report modify the name of the HFSQL view, data source of a report....