ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Push notification: iOS configuration
To use the Push notifications in iOS, you must have a Google account and you must perform a specific configuration......
4. UI: Windows
IU of windows...
ErrorOccurred (Variable)
ErrorOccurred is a preset variable of WLanguage indicating the result of the last WLanguage function used.
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
Error 2109: You are using the ObjectInfo function
Character string: How to extract, remove and replace words?
This page presents the main operations that can be performed on a character string....
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets......
gglConnection (Type of variable)
The gglConnection type is used to describe a connection to the Google services and to manage the authentication to different services...
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
rssCloud (Type of variable)
The rssCloud type is used to describe the method for subscribing to the notifications of modification made to the RSS stream...
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
The "Find - Replace" pane
The "Find - Replace" pane is used to......
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
WDInst : languages supported by the setup
If your applications must be installed in several countries, the setup editor WDInst gives you the ability to generate a multilingual setup......
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....
Recompiling the project
The project compilation is a process used to......
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....