ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Message text file format
The text files created by WDMSG use a specific format......
Copying and cloning
Variables are copied using the "=" operator...
Error 1004: To explicitly access an element of the base class '%1', use the syntax
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....
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").
geoTrackingDisable (Function)
Disables the tracking of user positions for a WINDEV Mobile application.
8. Source Code Manager (SCM)
Source Code Manager (SCM)...
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:...
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
AutoRunAdd (Function)
Allows you to automatically start a WINDEV application when a specific event occurs.
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
spMatchesDescription (Property)
The spMatchesDescription property determines if the parameters (key derivation function, hash algorithm, iteration count and output length) of the item of type "Password" in the data file match the parameters described programmatically or in the analysis.
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Operator on Address
The & operator returns the address of a variable as an integer
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).