ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
HOpen (Function)
Opens a data file.
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
EmailChangeFolder (Example)
Usage example of the EmailChangeFolder function
EmailListFolder (Example)
Usage example of the EmailListFolder function
BurnerList (Example)
Usage example of the BurnerList function
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step....
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
HSubstDir (Example)
Usage example of the HSubstDir function
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
Sorts in a report
The sort is used to organize the information displayed in the report......
Link functions
Link functions are used to link the interface with the tables and vice versa. These functions are as follows:...
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
Creating help pages
A help system includes several pages......
GanttListTask (Example)
Usage example of the GanttListTask function
HExecuteQueryAsynchronous (Example)
Example of use of HExecuteQueryAsynchronous