ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Operator on Address
The & operator returns the address of a variable as an integer
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......
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
Events associated with an Image Editor control
WINDEV manages the following events by default (in order of appearance in the code editor)...
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Error 1005: To explicitly access a global element of '%1' class, use the syntax
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......
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
WEBDEV 2024 Tutorial
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
Project Management Hub: Sprint management
A sprint or iteration is a development cycle......
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......