ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table,Add (External language)
Adds an element to a Table control.
<Array>.Apply (Function)
Executes a procedure for each element of a WLanguage array.
WLanguage procedure called by geoGetAddress
WLanguage procedure ("callback") called by geoGetAddress.
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
ExecuteFunction
Executes a WLanguage function identified by its name.
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Binding controls to data
A window or page can display information from......
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
Events associated with Table controls
List of events associated with Table controls...
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
Managing Google calendars
The Google Calendar service is an Internet application provided by Google that is used to manage a calendar on Internet......
Error 1: Syntax error
Python: Use in WLanguage
WLanguage supports Python functions in native mode......
Reports
A report provides a custom view of data......
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......
How to manage a combination through programming?
A combination is a type of variabble containing a list of values....
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.