ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

"Reports & Queries" software
This is "Reports & Queries"......
Reports & Queries: New features in this version
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
Internal Page properties
List of WLanguage properties associated with Internal Page controls...
Switzerland.CheckOASI (Function)
Checks the validity of a Swiss Old-?Age and Survivors' Insurance Number (OASI)....
Control template
A control template is a set of controls that can be re-used in several windows or pages......
Installing OpenOffice
WINDEV, WEBDEV and WINDEV Mobile propose a spelling checker......
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
AAF: Expanding or collapsing a tree structure (Table or TreeView Table control)
The TreeView and TreeView Table controls give the end user several options via the context menu......
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
Abbreviation (Property)
The Abbreviation property gets the abbreviation of a data file. This abbreviation is defined in the data model editor when defining the data file. This property is read-only.
Error 1010: The member of the class is constant
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
Developing applications in Universal Windows 10 App mode
WINDEV and WINDEV Mobile allow you to develop applications for Windows 10 tablets and for Windows Phone 10 and Windows 10 phones (Universal Windows 10 App applications)......
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
Camera control in a mobile application
The Camera control is used to......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Using the advanced types
The advanced types (XLS variables, ggl variables, ......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......