ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Computer renamed or changed
During the development phase, you may have to change the computer used for development (change computer, rename the computer, ......
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
16. Protecting access to the site: passwords
Configuring and running the action plans
When the action plans are deployed, you have the ability to configure their activation mode....
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
Managing HFSQL Classic data files
The HFSQL Control Center allows you to fully manage HFSQL Classic data files......
pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
The Calculated control
The "Calculated" control is used to perform calculations in a report......
Specific features of the Express version
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
Remote WEBDEV administrator: Saving and restoring a WEBDEV site
The remote management tool is used to manage the backups of your dynamic WEBDEV sites....
Recycle code windows
By default, a single code window is opened per ......
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.