ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
Provider (Property)
The Provider property is used to manage the type of a connection (HFSQL Client/Server, OLE DB, etc.)....
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
HInfoMemo (Function)
Returns the characteristics of binary and text memos.
Pyramid charts
Pyramid charts allow you to view data in descending order......
Word Processing constants
The following constants are used by the functions for managing the Word Processing control:...
<Source>.LogInfo (Function)
Adds comments to the log when saving the operation.
<Source>.FileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
HChangeName (Function)
Modifies the physical name of a data file.
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
HCreateMovableReplica (Function)
Creates a movable replication.
<Connection variable>.FileExist (Function)
Finds out if a file exists, i.e. if it has been physically created (HCreate or HCreationIfNotFound).
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......