ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Various WEBDEV constants
Various WEBDEV constants...
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
Handling a Calendar control through programming (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
Developing an application: the different steps
This diagram presents the different steps for developing an application with WINDEV......
BTLE functions (prefix syntax)
The following functions are used to handle the Bluetooth Low Energy devices:...
AutoRunAdd (Function)
Allows you to automatically start a WINDEV application when a specific event occurs.
8. Source Code Manager (SCM)
Source Code Manager (SCM)...
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Salesforce functions (prefix syntax)
List of Salesforce functions (prefix syntax)...
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
Windows
The windows represent the main interface of a WINDEV application......
Error 1005: To explicitly access a global element of '%1' class, use the syntax
<Array>.AddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
Range Area chart
The Range Area chart is used to show a variation between a high and a low value......
FlexAlignContent (Property)
The Property FlexAlignContent allows you to know and modify the alignment characteristics of the lines contained in the Flexbox field according to the secondary axis of the field ( Property corresponding CSS "align-content").
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
Copying and cloning
Variables are copied using the "=" operator...
WEBDEV 2024 Tutorial
Information 2101: 'Short int' does not exist anymore: use 'unsigned 1-byte int'
14. Generation modes
Generation modes...
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
Popup window
WINDEV allows you to open windows in popup format......
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.