ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
WinAdaptHeight (Function)
Adapts the window height to the content of controls.
WinAdaptWidth (Function)
Adapts the window width to the content of controls.
IF statement
The conditional IF statement allows you to run an action according to a condition...
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
StatusBarAddCell (Function)
Adds a new cell to the status bar of the current window.
ContactAdd (Example)
Usage example of the ContactAdd function
zipFileSize (Example)
Usage example of the zipFileSize function
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
diagOval (Type of variable)
The diagOval type is used to define all the advanced characteristics of a shape of type Oval.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
Project Management Hub: New/Fixed incidents
To improve project monitoring, the Project Management Hub shows the evolution of new and fixed incidents over a given period of time, by one or multiple contributors......
zipChangePath (Example)
Usage example of the zipChangePath function
DnDGetData (Example)
Usage example of the DnDGetData function
ReplicEdit: Replication editor
ReplicEdit is a tool used to define the characteristics of a replication......
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
Installing and starting WDTRAD
Installing and starting WDTRAD
Push notification: iOS configuration
To use the Push notifications in iOS, you must have a Google account and you must perform a specific configuration......
11. User Macro-Code: UMC in practice