ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Internal Page properties
List of WLanguage properties associated with Internal Page controls...
Installing OpenOffice
WINDEV, WEBDEV and WINDEV Mobile propose a spelling checker......
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
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......
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
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......
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, ......
ColumnWidth (Property)
The ColumnWidth property is used to get and change the width of each column in a multi-column Looper control.
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
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)......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
grPieStartAngle (Function)
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart.
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
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......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Merging differences (SCM)