ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc....
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
Installing a SOAP server with IIS
Phone constants (Android / iOS)
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run......
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
Reserved WEBDEV Application Server - License Agreement
Reserved WEBDEV Application Server - License Agreement...
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
Creating a Pivot Table control
To create a Pivot Table control......
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
Creating a help file
WINDEV, WEBDEV and WINDEV Mobile allow you to create a help file and associate it with an application or website......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
Other operators
The following are additional operators......
Logical operators
The logical operators are as follows......
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
Arithmetic operators
The arithmetic operators are......
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
Designation of current element (Reserved word)
The keywords used to identify the current element are:
Extern (Reserved word)
EXTERN is used to...
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.