ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Internal Page properties
List of WLanguage properties associated with Internal Page controls...
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
Installing OpenOffice
WINDEV, WEBDEV and WINDEV Mobile propose a spelling checker......
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Control template
A control template is a set of controls that can be re-used in several windows or pages......
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......
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
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.
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......
Error 1010: The member of the class is constant
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
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......
Camera control in a mobile application
The Camera control is used to......
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)....
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)......
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.