ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
Border (Type of variable)
The Border type is used to handle a border through programming...
Sound (Function)
Plays a sound in WAV format.
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.
iVPos (Function)
iVPos is kept for backward compatibility.
iHPos (Function)
iHPos is kept for backward compatibility.
Configuring and running the action plans
When the action plans are deployed, you have the ability to configure their activation mode....
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
11. Internal components in practice
Internal components in practice...
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
Burner constants
List of constants used by the burner functions....
Events associated with Chart controls
List of events associated with the Chart controls...
The Item control
The "Item" control is used to edit the content of an item found in a data file......
Push notification: Android configuration (Google Cloud Messaging)
To use the Push notifications in Android, you must have a Google account and you must perform a specific configuration......
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
Error 507: The '++' operator is not allowed
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.