ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

List,Select,- (External language)
Deselects an element from a drop-down list or from an expanded list.
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
Automation object
The Automation keyword is used to declare an automation object...
Find/Replace in the current project
The "Find/Replace" feature is used to......
Query editor: Characteristics
HFSQL constants
List of constants used by the HFSQL functions....
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
System constants
List of constants used by the system functions....
YAML (Variable type)
The YAML type simplifies the handling of data in YAML format.
ConfigureSpellCheck (Function)
Configures the spelling checker for the edit controls and for the Table control columns in the whole application.
Glossary
The glossary lists all the abbreviations used in the code editor......
My Preset controls
It is not uncommon for developers to recreate the same controls, with the same style and (almost) the same code in the same project, without using a template or an Internal Window control......
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
11. Controls in practice
Discover the main characteristics of the controls...
rssEntry (Variable type)
The rssEntry type is used to handle a RSS feed entry...
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
Events associated with Table controls
List of events associated with Table controls...
13. Security benefit: managing the "Back" button