ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 1005: To explicitly access a global element of '%1' class, use the syntax
Bar code constants
Information 2101: 'Short int' does not exist anymore: use 'unsigned 1-byte int'
Automatic error handling
Error handling can be customized for each process......
VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....
Windows
The windows represent the main interface of a WINDEV application......
FlexJustifyContent (Property)
The Property FlexJustifyContent allows you to know and modify the alignment of the fields inside the Flexbox field according to the main axis of the field ( Property corresponding CSS "justify-content").
dCopieImageChamp (Control)
Copies the image of a control in a WINDEV window to a variable of type Image.
LockAppTimeout (Function)
Returns or modifies the idle time before a WINDEV application is locked.
geoTrackingDisable (Function)
Disables the tracking of user positions for a WINDEV Mobile application.
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:...
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
RunReportsAndQueries (Function)
Starts Reports and Queries and opens the WINDEV project corresponding to the current application.
The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step....
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
Salesforce functions (prefix syntax)
List of Salesforce functions (prefix syntax)...
Copying and cloning
Variables are copied using the "=" operator...
Popup window
WINDEV allows you to open windows in popup format......
Query editor
The query editor is used to automatically create queries on the data files......
<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......
Error 42: Label out of scope of GOTO